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 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
-
-
-
-
Method Detail
-
updateForm
protected void updateForm(javax.ws.rs.core.Form form, String encodedToken)- Overrides:
updateFormin classorg.apache.cxf.rs.security.saml.SamlFormOutInterceptor
-
-