public class SAML1ArtifactRequestIssuerHandler
extends org.opensaml.messaging.handler.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(org.opensaml.messaging.context.MessageContext messageContext) |
void |
setArtifactMap(SAMLArtifactMap map)
Set the artifact map to use.
|
doPostInvoke, doPostInvoke, doPreInvoke, getActivationCondition, getLogPrefix, invoke, setActivationConditiondestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, 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 ComponentInitializationException
doInitialize in class AbstractInitializableComponentComponentInitializationExceptionprotected void doInvoke(@Nonnull org.opensaml.messaging.context.MessageContext messageContext) throws org.opensaml.messaging.handler.MessageHandlerException
doInvoke in class org.opensaml.messaging.handler.AbstractMessageHandlerorg.opensaml.messaging.handler.MessageHandlerExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.