public abstract class AbstractSamlOutInterceptor extends AbstractPhaseInterceptor<Message>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSamlOutInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wss4j.common.saml.SamlAssertionWrapper |
createAssertion(Message message) |
protected String |
encodeToken(String assertion) |
void |
setUseDeflateEncoding(boolean deflate) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMessage
public void setUseDeflateEncoding(boolean deflate)
protected org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(Message message) throws Fault
Fault
protected String encodeToken(String assertion) throws Base64Exception
Base64Exception
Apache CXF