Package org.apache.cxf.rs.security.saml
Class AbstractSamlOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.rs.security.saml.AbstractSamlOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
- Direct Known Subclasses:
SamlFormOutInterceptor,SamlHeaderOutInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.wss4j.common.saml.SamlAssertionWrappercreateAssertion(Message message) protected StringencodeToken(String assertion) voidsetUseDeflateEncoding(boolean deflate) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
-
Constructor Details
-
AbstractSamlOutInterceptor
-
-
Method Details
-
setUseDeflateEncoding
public void setUseDeflateEncoding(boolean deflate) -
createAssertion
protected org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(Message message) throws Fault - Throws:
Fault
-
encodeToken
- Throws:
Base64Exception
-