public final class CheckMandatoryIssuer extends AbstractMessageHandler
Constructor and Description |
---|
CheckMandatoryIssuer() |
Modifier and Type | Method and Description |
---|---|
protected void |
doInitialize() |
protected void |
doInvoke(MessageContext messageContext)
Performs the handler logic.
|
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, getLogPrefix, invoke
destroy, doDestroy, initialize, isDestroyed, isInitialized
public void setIssuerLookupStrategy(@Nonnull com.google.common.base.Function<MessageContext,String> strategy)
strategy
- lookup strategyprotected 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 © 2017. All rights reserved.