Class Saml2BearerAuthOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor
org.apache.cxf.rs.security.saml.SamlFormOutInterceptor
org.apache.cxf.rs.security.oauth2.auth.saml.Saml2BearerAuthOutInterceptor
- 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 Saml2BearerAuthOutInterceptor
extends org.apache.cxf.rs.security.saml.SamlFormOutInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringencodeToken(String token) protected voidupdateForm(jakarta.ws.rs.core.Form form, String encodedToken) Methods inherited from class org.apache.cxf.rs.security.saml.SamlFormOutInterceptor
getRequestForm, handleMessageMethods inherited from class org.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor
createAssertion, 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
-
Saml2BearerAuthOutInterceptor
public Saml2BearerAuthOutInterceptor()
-
-
Method Details
-
updateForm
- Overrides:
updateFormin classorg.apache.cxf.rs.security.saml.SamlFormOutInterceptor
-
encodeToken
- Overrides:
encodeTokenin classorg.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor- Throws:
org.apache.cxf.common.util.Base64Exception
-