Class SecurityVerificationOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
- org.apache.cxf.ws.security.policy.interceptors.SecurityVerificationOutInterceptor
-
- All Implemented Interfaces:
Interceptor<org.apache.cxf.binding.soap.SoapMessage>,PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
public class SecurityVerificationOutInterceptor extends AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
Interceptor verifies critical policy security assertions for client side
-
-
Field Summary
Fields Modifier and Type Field Description static SecurityVerificationOutInterceptorINSTANCE
-
Constructor Summary
Constructors Constructor Description SecurityVerificationOutInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(org.apache.cxf.binding.soap.SoapMessage message)Checks if some security assertions are specified without binding assertion and cannot be fulfilled.-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Field Detail
-
INSTANCE
public static final SecurityVerificationOutInterceptor INSTANCE
-
-
Method Detail
-
handleMessage
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message) throws FaultChecks if some security assertions are specified without binding assertion and cannot be fulfilled. Throw PolicyException in this case- Parameters:
message-- Throws:
org.apache.cxf.ws.policy.PolicyException- if assertions are specified without bindingFault
-
-