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, setBeforeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleMessageprotected AbstractSamlOutInterceptor(String phase)
public void setUseDeflateEncoding(boolean deflate)
protected org.apache.wss4j.common.saml.SamlAssertionWrapper createAssertion(Message message) throws Fault
Faultprotected String encodeToken(String assertion) throws Base64Exception
Base64ExceptionApache CXF