public abstract class AbstractSamlOutInterceptor extends AbstractPhaseInterceptor<Message>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSamlOutInterceptor(String phase) |
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
protected AbstractSamlOutInterceptor(String phase)
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