public class ExtractConsentFromRequestHandler extends AbstractMessageHandler
RequestAbstractType message.| Constructor and Description |
|---|
ExtractConsentFromRequestHandler()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInvoke(MessageContext messageContext)
Performs the handler logic.
|
void |
setConsentContextLookupStrategy(com.google.common.base.Function<MessageContext,SAMLConsentContext> strategy)
Set the strategy for locating
SAMLConsentContext. |
doPostInvoke, doPostInvoke, doPreInvoke, getLogPrefix, invokedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedpublic ExtractConsentFromRequestHandler()
public void setConsentContextLookupStrategy(@Nonnull com.google.common.base.Function<MessageContext,SAMLConsentContext> strategy)
SAMLConsentContext.strategy - lookup strategyprotected void doInvoke(@Nonnull MessageContext messageContext) throws MessageHandlerException
doInvoke in class AbstractMessageHandlermessageContext - the message context on which to invoke the handlerMessageHandlerException - if there is an error invoking the handler on the message contextCopyright © 2021. All rights reserved.