Package org.apache.cxf.ws.security.trust
Class AuthPolicyValidatingInterceptor
java.lang.Object
org.apache.cxf.rt.security.saml.interceptor.WSS4JBasicAuthValidator
org.apache.cxf.ws.security.trust.AuthPolicyValidatingInterceptor
- 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 AuthPolicyValidatingInterceptor
extends org.apache.cxf.rt.security.saml.interceptor.WSS4JBasicAuthValidator
implements org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>>getAfter()getId()getPhase()voidhandleFault(org.apache.cxf.message.Message arg0) voidhandleMessage(org.apache.cxf.message.Message message) Methods inherited from class org.apache.cxf.rt.security.saml.interceptor.WSS4JBasicAuthValidator
convertPolicyToToken, createSecurityContext, createSecurityContext, getCallbackHandler, getValidator, setCallbackHandler, setValidator, validate
-
Constructor Details
-
AuthPolicyValidatingInterceptor
public AuthPolicyValidatingInterceptor() -
AuthPolicyValidatingInterceptor
-
-
Method Details
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault - Specified by:
handleMessagein interfaceorg.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>- Throws:
org.apache.cxf.interceptor.Fault
-
handleFault
public void handleFault(org.apache.cxf.message.Message arg0) - Specified by:
handleFaultin interfaceorg.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>
-
getAdditionalInterceptors
public Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()- Specified by:
getAdditionalInterceptorsin interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
getAfter
- Specified by:
getAfterin interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
getBefore
- Specified by:
getBeforein interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
getId
- Specified by:
getIdin interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
getPhase
- Specified by:
getPhasein interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-