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
BaseContexts.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.messageContextLookupLookup 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.copyContextLookupOptional 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 TypeMethodDescriptionvoidSAMLProtocolAndRoleHandler.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 TypeClassDescriptionclassThe defaultHttpClientContextstrategy function, which resolves from theHttpClientRequestContextof the outboundMessageContextof the parentInOutOperationContext.classFunction for resolving the SAML entity ID from the parentInOutOperationContext.Fields in org.opensaml.saml.common.binding.security.impl declared as ContextDataLookupFunctionModifier and TypeFieldDescriptionCheckAndRecordServerTLSEntityAuthenticationtHandler.entityIDLookupThe strategy function for resolving the authenticated entityID.private ContextDataLookupFunction<MessageContext,org.apache.hc.client5.http.protocol.HttpClientContext> CheckAndRecordServerTLSEntityAuthenticationtHandler.httpClientContextLookupThe strategy function for resolving theto evaluate.Methods in org.opensaml.saml.common.binding.security.impl with parameters of type ContextDataLookupFunctionModifier and TypeMethodDescriptionvoidCheckAndRecordServerTLSEntityAuthenticationtHandler.setEntityIDLookup(ContextDataLookupFunction<MessageContext, String> strategy) Set the strategy function for resolving the authenticated entityID.voidCheckAndRecordServerTLSEntityAuthenticationtHandler.setHttpClientContextLookup(ContextDataLookupFunction<MessageContext, org.apache.hc.client5.http.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 TypeClassDescriptionclassFunction 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.relatesToURILookupOptional 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 TypeMethodDescriptionvoidAddRelatesToHandler.setRelatesToURILookup(ContextDataLookupFunction<MessageContext, String> lookup) Set the function for looking up the RelatesTo URI value.