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.
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactMap |
artifactMap
Protocol value to add to context.
|
private org.slf4j.Logger |
log
Class logger.
|
| 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, invokedestroy, doDestroy, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@NonnullAfterInit private SAMLArtifactMap artifactMap
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.AbstractInitializableComponentnet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionprotected void doInvoke(@Nonnull
MessageContext messageContext)
throws MessageHandlerException
doInvoke in class AbstractMessageHandlermessageContext - the message context on which to invoke the handlerMessageHandlerException - if there is an error invoking the handler on the message context