public final class CheckMandatoryAuthentication extends AbstractMessageHandler
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<MessageContext,Boolean> |
authenticationLookupStrategy
Strategy used to look up the authentication state associated with the message context.
|
| Constructor and Description |
|---|
CheckMandatoryAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize() |
protected void |
doInvoke(MessageContext messageContext) |
void |
setAuthenticationLookupStrategy(com.google.common.base.Function<MessageContext,Boolean> strategy)
Set the strategy used to look up the authentication state associated with the message context.
|
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invokedestroy, doDestroy, initialize, isDestroyed, isInitialized@NonnullAfterInit private com.google.common.base.Function<MessageContext,Boolean> authenticationLookupStrategy
public void setAuthenticationLookupStrategy(@Nonnull com.google.common.base.Function<MessageContext,Boolean> strategy)
strategy - lookup strategyprotected 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 AbstractMessageHandlerMessageHandlerExceptionCopyright © 1999–2015. All rights reserved.