org.apache.cxf.rs.security.oauth2.auth.saml
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
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Saml2BearerAuthOutInterceptor
public Saml2BearerAuthOutInterceptor()
updateForm
protected void updateForm(javax.ws.rs.core.Form form,
String encodedToken)
- Overrides:
updateForm
in class SamlFormOutInterceptor
encodeToken
protected String encodeToken(String token)
throws Base64Exception
- Overrides:
encodeToken
in class AbstractSamlOutInterceptor
- Throws:
Base64Exception
Apache CXF