Class MessageContextLookupFunctionAdaptor<ResultType>

java.lang.Object
net.shibboleth.oidc.profile.config.navigate.MessageContextLookupFunctionAdaptor<ResultType>
Type Parameters:
ResultType - the result type of the adapted (composed) function
All Implemented Interfaces:
Function<MessageContext,ResultType>

@ThreadSafe public class MessageContextLookupFunctionAdaptor<ResultType> extends Object implements Function<MessageContext,ResultType>
Adaptor function that allows a profile request context lookup function to work inside a message handler.