public class ExtractConsentFromRequestHandler
extends org.opensaml.messaging.handler.AbstractMessageHandler
RequestAbstractType
message.Modifier and Type | Field and Description |
---|---|
private com.google.common.base.Function<org.opensaml.messaging.context.MessageContext,SAMLConsentContext> |
consentContextStrategy
Strategy for locating
SAMLConsentContext . |
Constructor and Description |
---|
ExtractConsentFromRequestHandler()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInvoke(org.opensaml.messaging.context.MessageContext messageContext) |
void |
setConsentContextLookupStrategy(com.google.common.base.Function<org.opensaml.messaging.context.MessageContext,SAMLConsentContext> strategy)
Set the strategy for locating
SAMLConsentContext . |
doPostInvoke, doPostInvoke, doPreInvoke, getActivationCondition, getLogPrefix, invoke, setActivationCondition
destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
@Nonnull private com.google.common.base.Function<org.opensaml.messaging.context.MessageContext,SAMLConsentContext> consentContextStrategy
SAMLConsentContext
.public ExtractConsentFromRequestHandler()
public void setConsentContextLookupStrategy(@Nonnull com.google.common.base.Function<org.opensaml.messaging.context.MessageContext,SAMLConsentContext> strategy)
SAMLConsentContext
.strategy
- lookup strategyprotected void doInvoke(@Nonnull org.opensaml.messaging.context.MessageContext messageContext) throws org.opensaml.messaging.handler.MessageHandlerException
doInvoke
in class org.opensaml.messaging.handler.AbstractMessageHandler
org.opensaml.messaging.handler.MessageHandlerException
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.