Uses of Interface
org.opensaml.messaging.context.navigate.ContextDataLookupFunction
Packages that use ContextDataLookupFunction
Package
Description
A set of functions used to navigate and lookup data
from a tree of
BaseContext
s.Interfaces and classes for profile actions, discrete units of behavior that
make up a profile.
Functions for navigating profile context information.
Implementation of SAML binding-level functionality, such as MessageHandlers.
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
Functions to navigate SAML message contexts.
SOAP HTTP client messaging functionality.
Classes related to SOAP client security.
WS-Addressing message handling components.
-
Uses of ContextDataLookupFunction in org.opensaml.profile.action
Fields in org.opensaml.profile.action declared as ContextDataLookupFunctionModifier and TypeFieldDescriptionAbstractHandlerDelegatingProfileAction.messageContextLookup
Lookup function for the message context on which to operate.Constructors in org.opensaml.profile.action with parameters of type ContextDataLookupFunctionModifierConstructorDescriptionAbstractHandlerDelegatingProfileAction
(DelegateType delegateInstance, ContextDataLookupFunction<ProfileRequestContext, MessageContext> lookup) Constructor.AbstractHandlerDelegatingProfileAction
(Class<DelegateType> delegateClass, ContextDataLookupFunction<ProfileRequestContext, MessageContext> lookup) Constructor. -
Uses of ContextDataLookupFunction in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl declared as ContextDataLookupFunctionModifier and TypeFieldDescriptionprivate ContextDataLookupFunction<MessageContext,
? extends BaseContext> SAMLProtocolAndRoleHandler.copyContextLookup
Optional lookup function for a context from which to copy the protocol and role data, for example from a parent operation context.Methods in org.opensaml.saml.common.binding.impl with parameters of type ContextDataLookupFunctionModifier and TypeMethodDescriptionvoid
SAMLProtocolAndRoleHandler.setCopyContextLookup
(ContextDataLookupFunction<MessageContext, ? extends BaseContext> lookup) Set the optional lookup function for a context from which to copy the protocol and role data, for example from a parent operation context. -
Uses of ContextDataLookupFunction in org.opensaml.saml.common.binding.security.impl
Classes in org.opensaml.saml.common.binding.security.impl that implement ContextDataLookupFunctionModifier and TypeClassDescriptionclass
The defaultHttpClientContext
strategy function, which resolves from theHttpClientRequestContext
of the outboundMessageContext
of the parentInOutOperationContext
.class
Function for resolving the SAML entity ID from the parentInOutOperationContext
.Fields in org.opensaml.saml.common.binding.security.impl declared as ContextDataLookupFunctionModifier and TypeFieldDescriptionCheckAndRecordServerTLSEntityAuthenticationtHandler.entityIDLookup
The strategy function for resolving the authenticated entityID.private ContextDataLookupFunction<MessageContext,
org.apache.http.client.protocol.HttpClientContext> CheckAndRecordServerTLSEntityAuthenticationtHandler.httpClientContextLookup
The strategy function for resolving theto evaluate
.Methods in org.opensaml.saml.common.binding.security.impl with parameters of type ContextDataLookupFunctionModifier and TypeMethodDescriptionvoid
CheckAndRecordServerTLSEntityAuthenticationtHandler.setEntityIDLookup
(ContextDataLookupFunction<MessageContext, String> strategy) Set the strategy function for resolving the authenticated entityID.void
CheckAndRecordServerTLSEntityAuthenticationtHandler.setHttpClientContextLookup
(ContextDataLookupFunction<MessageContext, org.apache.http.client.protocol.HttpClientContext> strategy) Set the strategy function for resolving theto evaluate
. -
Uses of ContextDataLookupFunction in org.opensaml.soap.client.messaging
Constructors in org.opensaml.soap.client.messaging with parameters of type ContextDataLookupFunctionModifierConstructorDescriptionSOAPClientPipelineNameMappingFunction
(Map<String, Function<MessageContext, T>> mappings, ContextDataLookupFunction<MessageContext, SOAPClientContext> lookupStrategy) Constructor.SOAPClientPipelineNameMappingPredicate
(Map<String, Predicate<MessageContext>> mappings, ContextDataLookupFunction<MessageContext, SOAPClientContext> lookupStrategy) Constructor. -
Uses of ContextDataLookupFunction in org.opensaml.soap.client.security
Classes in org.opensaml.soap.client.security that implement ContextDataLookupFunctionModifier and TypeClassDescriptionclass
Function to resolve SOAP client security profile ID from message context. -
Uses of ContextDataLookupFunction in org.opensaml.soap.wsaddressing.messaging.impl
Fields in org.opensaml.soap.wsaddressing.messaging.impl declared as ContextDataLookupFunctionModifier and TypeFieldDescriptionAddRelatesToHandler.relatesToURILookup
Optional lookup function for obtaining the RelatesTo URI value.Methods in org.opensaml.soap.wsaddressing.messaging.impl that return ContextDataLookupFunctionModifier and TypeMethodDescriptionAddRelatesToHandler.getRelatesToURILookup()
Get the function for looking up the RelatesTo URI value.Methods in org.opensaml.soap.wsaddressing.messaging.impl with parameters of type ContextDataLookupFunctionModifier and TypeMethodDescriptionvoid
AddRelatesToHandler.setRelatesToURILookup
(ContextDataLookupFunction<MessageContext, String> lookup) Set the function for looking up the RelatesTo URI value.