public class SAMLOutboundProtocolMessageSigningHandler extends AbstractMessageHandler
SignatureSigningParameters
as determined by
SAMLMessageSecuritySupport.getContextSigningParameters(MessageContext)
.Constructor and Description |
---|
SAMLOutboundProtocolMessageSigningHandler()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInvoke(MessageContext messageContext)
Performs the handler logic.
|
void |
setSignErrorResponses(boolean flag)
Set whether to sign response messages that contain errors (defaults to true).
|
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invoke
destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
public SAMLOutboundProtocolMessageSigningHandler()
public void setSignErrorResponses(boolean flag)
flag
- flag to setprotected void doInvoke(@Nonnull MessageContext messageContext) throws MessageHandlerException
doInvoke
in class AbstractMessageHandler
messageContext
- the message context on which to invoke the handlerMessageHandlerException
- if there is an error invoking the handler on the message contextCopyright © 2019. All rights reserved.