public class SAML2AuthnRequestsSignedSecurityHandler extends AbstractMessageHandler<SAMLObject>
SPSSODescriptor
.Constructor and Description |
---|
SAML2AuthnRequestsSignedSecurityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doInvoke(MessageContext<SAMLObject> messageContext)
Performs the handler logic.
|
protected boolean |
isMessageSigned(MessageContext<SAMLObject> messageContext)
Determine whether the inbound message is signed.
|
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invoke
destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
public SAML2AuthnRequestsSignedSecurityHandler()
public void doInvoke(MessageContext<SAMLObject> messageContext) throws MessageHandlerException
doInvoke
in class AbstractMessageHandler<SAMLObject>
messageContext
- the message context on which to invoke the handlerMessageHandlerException
- if there is an error invoking the handler on the message contextprotected boolean isMessageSigned(MessageContext<SAMLObject> messageContext)
messageContext
- the message context being evaluatedCopyright © 2017. All rights reserved.