Class Saml2BearerAuthOutInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<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:
Interceptor<Message>,PhaseInterceptor<Message>
public class Saml2BearerAuthOutInterceptor extends SamlFormOutInterceptor
-
-
Constructor Summary
Constructors Constructor Description Saml2BearerAuthOutInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringencodeToken(String token)protected voidupdateForm(javax.ws.rs.core.Form form, String encodedToken)-
Methods inherited from class org.apache.cxf.rs.security.saml.SamlFormOutInterceptor
getRequestForm, handleMessage
-
Methods inherited from class org.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor
createAssertion, setUseDeflateEncoding
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Method Detail
-
updateForm
protected void updateForm(javax.ws.rs.core.Form form, String encodedToken)- Overrides:
updateFormin classSamlFormOutInterceptor
-
encodeToken
protected String encodeToken(String token) throws Base64Exception
- Overrides:
encodeTokenin classAbstractSamlOutInterceptor- Throws:
Base64Exception
-
-