public final class CheckMandatoryIssuer extends AbstractMessageHandler
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,String> |
issuerLookupStrategy
Strategy used to look up the issuer associated with the message context.
|
| Constructor and Description |
|---|
CheckMandatoryIssuer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize() |
protected void |
doInvoke(MessageContext messageContext) |
void |
setIssuerLookupStrategy(com.google.common.base.Function<MessageContext,String> strategy)
Set the strategy used to look up the issuer associated with the message context.
|
doPostInvoke, doPostInvoke, doPreInvoke, getActivationCondition, getLogPrefix, invoke, setActivationConditiondestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitialized@NonnullAfterInit private com.google.common.base.Function<MessageContext,String> issuerLookupStrategy
public void setIssuerLookupStrategy(@Nonnull com.google.common.base.Function<MessageContext,String> strategy)
strategy - lookup strategyprotected void doInitialize()
throws ComponentInitializationException
doInitialize in class AbstractInitializableComponentComponentInitializationExceptionprotected void doInvoke(@Nonnull MessageContext messageContext) throws MessageHandlerException
doInvoke in class AbstractMessageHandlerMessageHandlerExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.