Package org.codice.ddf.cxf.paos
Class PaosInInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.codice.ddf.cxf.paos.PaosInInterceptor
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class PaosInInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.slf4j.Loggerstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionPaosInInterceptor(String phase, org.codice.ddf.security.jaxrs.SamlSecurity samlSecurity) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFault(org.apache.cxf.message.Message message) voidhandleMessage(org.apache.cxf.message.Message message) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
-
Field Details
-
LOGGER
public static final org.slf4j.Logger LOGGER -
RELAY_STATE
- See Also:
-
REQUEST
- See Also:
-
RESPONSE
- See Also:
-
ASSERTION_CONSUMER_SERVICE_URL
- See Also:
-
RESPONSE_CONSUMER_URL
- See Also:
-
URN_OASIS_NAMES_TC_SAML_2_0_PROFILES_SSO_ECP
- See Also:
-
MESSAGE_ID
- See Also:
-
ECP_RESPONSE
- See Also:
-
BASIC
- See Also:
-
SAML
- See Also:
-
TEXT_XML
- See Also:
-
SOAP_ACTION
- See Also:
-
HTTP_WWW_OASIS_OPEN_ORG_COMMITTEES_SECURITY
- See Also:
-
URN_LIBERTY_PAOS_2003_08
- See Also:
-
APPLICATION_VND_PAOS_XML
- See Also:
-
IDP_SERVER_FAILURE_MSG
- See Also:
-
-
Constructor Details
-
PaosInInterceptor
-
-
Method Details
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault - Throws:
org.apache.cxf.interceptor.Fault
-
handleFault
public void handleFault(org.apache.cxf.message.Message message) - Specified by:
handleFaultin interfaceorg.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>- Overrides:
handleFaultin classorg.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-