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
Constructors Constructor Description AuthPolicyValidatingInterceptor()AuthPolicyValidatingInterceptor(String phase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>>getAdditionalInterceptors()Set<String>getAfter()Set<String>getBefore()StringgetId()StringgetPhase()voidhandleFault(org.apache.cxf.message.Message arg0)voidhandleMessage(org.apache.cxf.message.Message message)
-
-
-
Constructor Detail
-
AuthPolicyValidatingInterceptor
public AuthPolicyValidatingInterceptor()
-
AuthPolicyValidatingInterceptor
public AuthPolicyValidatingInterceptor(String phase)
-
-
Method Detail
-
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
public Set<String> getAfter()
- Specified by:
getAfterin interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
getBefore
public Set<String> getBefore()
- Specified by:
getBeforein interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
getPhase
public String getPhase()
- Specified by:
getPhasein interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
-
-