public class SAML1ArtifactRequestIssuerHandler extends AbstractMessageHandler
MessageHandler
that addresses the SAML 1.x
limitation that omitted an Issuer value from protocol messages, for the specific case
of artifact resolution requests.
The issuer/requester is deduced in this case by resolving an artifact from the request and assuming the issuer is the intended recipient of the artifact.
Constructor and Description |
---|
SAML1ArtifactRequestIssuerHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doInitialize() |
protected void |
doInvoke(MessageContext messageContext)
Performs the handler logic.
|
void |
setArtifactMap(SAMLArtifactMap map)
Set the artifact map to use.
|
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invoke
destroy, doDestroy, initialize, isDestroyed, isInitialized
public void setArtifactMap(@Nonnull SAMLArtifactMap map)
map
- the artifact mapprotected void doInitialize() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
doInitialize
in class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.utilities.java.support.component.ComponentInitializationException
protected 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.