Package org.apache.cxf.rs.security.saml
Class SamlFormOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor
org.apache.cxf.rs.security.saml.SamlFormOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
- Direct Known Subclasses:
Saml2BearerAuthOutInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.FormgetRequestForm(Message message) voidhandleMessage(Message message) Intercepts a message.protected voidupdateForm(jakarta.ws.rs.core.Form form, String encodedToken) Methods inherited from class org.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor
createAssertion, encodeToken, setUseDeflateEncodingMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
SamlFormOutInterceptor
public SamlFormOutInterceptor() -
SamlFormOutInterceptor
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
updateForm
-
getRequestForm
-