Apache CXF API

org.apache.cxf.rs.security.oauth2.auth.saml
Class Saml2BearerAuthOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor
          extended by org.apache.cxf.rs.security.saml.SamlFormOutInterceptor
              extended by org.apache.cxf.rs.security.oauth2.auth.saml.Saml2BearerAuthOutInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class Saml2BearerAuthOutInterceptor
extends SamlFormOutInterceptor


Constructor Summary
Saml2BearerAuthOutInterceptor()
           
 
Method Summary
protected  String encodeToken(String token)
           
protected  void updateForm(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Saml2BearerAuthOutInterceptor

public Saml2BearerAuthOutInterceptor()
Method Detail

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 API

Apache CXF