Uses of Interface
org.opensaml.messaging.context.navigate.ContextDataLookupFunction
-
Packages that use ContextDataLookupFunction Package Description org.opensaml.messaging.context.navigate A set of functions used to navigate and lookup data from a tree ofBaseContexts.org.opensaml.profile.action Interfaces and classes for profile actions, discrete units of behavior that make up a profile.org.opensaml.profile.context.navigate Functions for navigating profile context information.org.opensaml.saml.common.binding.impl Implementation of SAML binding-level functionality, such as MessageHandlers.org.opensaml.saml.common.binding.security.impl Classes responsible for performing transport-related and basic message validation of decoded SAML messages.org.opensaml.saml.common.messaging.context.navigate Functions to navigate SAML message contexts.org.opensaml.soap.client.messaging SOAP HTTP client messaging functionality.org.opensaml.soap.client.security Classes related to SOAP client security.org.opensaml.soap.wsaddressing.messaging.impl WS-Addressing message handling components. -
-
Uses of ContextDataLookupFunction in org.opensaml.messaging.context.navigate
Classes in org.opensaml.messaging.context.navigate that implement ContextDataLookupFunction Modifier and Type Class Description classChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext>AContextDataLookupFunctionthat gets the child context of a given parent context.classMessageContextLookup<StartContext extends BaseContext>A lookup function for resolving either the inbound or outboundMessageContextrelative to a particularBaseContext.classMessageLookup<T>AContextDataLookupFunctionthat returns the message from aMessageContext.classParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>AContextDataLookupFunctionthat gets the parent of a given context.classRecursiveTypedParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>AContextDataLookupFunctionthat recurses up the parent chain of the input viaBaseContext.getParent(), and returns the first parent context that is an instance of the specified type.classRootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>AContextDataLookupFunctionthat gets the root of context tree. -
Uses of ContextDataLookupFunction in org.opensaml.profile.action
Fields in org.opensaml.profile.action declared as ContextDataLookupFunction Modifier and Type Field Description private ContextDataLookupFunction<ProfileRequestContext,MessageContext>AbstractHandlerDelegatingProfileAction. messageContextLookupLookup function for the message context on which to operate.Constructors in org.opensaml.profile.action with parameters of type ContextDataLookupFunction Constructor Description AbstractHandlerDelegatingProfileAction(DelegateType delegateInstance, ContextDataLookupFunction<ProfileRequestContext,MessageContext> lookup)Constructor.AbstractHandlerDelegatingProfileAction(Class<DelegateType> delegateClass, ContextDataLookupFunction<ProfileRequestContext,MessageContext> lookup)Constructor. -
Uses of ContextDataLookupFunction in org.opensaml.profile.context.navigate
Classes in org.opensaml.profile.context.navigate that implement ContextDataLookupFunction Modifier and Type Class Description classInboundMessageContextLookupclassOutboundMessageContextLookupclassParentProfileRequestContextLookup<StartContext extends BaseContext>A convenience subtype ofRecursiveTypedParentContextLookupwhich returns theProfileRequestContextparent of the targetBaseContext.classProfileIdLookupAContextDataLookupFunctionthat returns the profile ID for aProfileRequestContext. -
Uses of ContextDataLookupFunction in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl declared as ContextDataLookupFunction Modifier and Type Field Description private 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 ContextDataLookupFunction Modifier and Type Method Description voidSAMLProtocolAndRoleHandler. 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 ContextDataLookupFunction Modifier and Type Class Description classCheckAndRecordServerTLSEntityAuthenticationtHandler.DefaultHttpClientContextLookupThe defaultHttpClientContextstrategy function, which resolves from theHttpClientRequestContextof the outboundMessageContextof the parentInOutOperationContext.classOperationContextEntityIDLookupFunction for resolving the SAML entity ID from the parentInOutOperationContext.Fields in org.opensaml.saml.common.binding.security.impl declared as ContextDataLookupFunction Modifier and Type Field Description private ContextDataLookupFunction<MessageContext,String>CheckAndRecordServerTLSEntityAuthenticationtHandler. entityIDLookupThe strategy function for resolving the authenticated entityID.private ContextDataLookupFunction<MessageContext,org.apache.http.client.protocol.HttpClientContext>CheckAndRecordServerTLSEntityAuthenticationtHandler. httpClientContextLookupThe strategy function for resolving theto evaluate.Methods in org.opensaml.saml.common.binding.security.impl with parameters of type ContextDataLookupFunction Modifier and Type Method Description voidCheckAndRecordServerTLSEntityAuthenticationtHandler. setEntityIDLookup(ContextDataLookupFunction<MessageContext,String> strategy)Set the strategy function for resolving the authenticated entityID.voidCheckAndRecordServerTLSEntityAuthenticationtHandler. setHttpClientContextLookup(ContextDataLookupFunction<MessageContext,org.apache.http.client.protocol.HttpClientContext> strategy)Set the strategy function for resolving theto evaluate. -
Uses of ContextDataLookupFunction in org.opensaml.saml.common.messaging.context.navigate
Classes in org.opensaml.saml.common.messaging.context.navigate that implement ContextDataLookupFunction Modifier and Type Class Description classAttributeConsumerServiceLookupFunctionContextDataLookupFunctionto return theAttributeConsumingServicefrom theAttributeConsumingServiceContext.classEntityDescriptorLookupFunctionclassSAMLBindingContextBindingFunctionContextDataLookupFunctionthat returns the SAML binding from aSAMLBindingContext.classSAMLEntityIDFunctionAContextDataLookupFunctionthat returnsAbstractSAMLEntityContext.getEntityId().classSAMLMessageInfoContextIDFunctionclassSAMLMessageInfoContextIssueInstantFunctionclassSAMLProtocolContextProtocolFunctionContextDataLookupFunctionthat returns the protocol from aSAMLProtocolContext. -
Uses of ContextDataLookupFunction in org.opensaml.soap.client.messaging
Constructors in org.opensaml.soap.client.messaging with parameters of type ContextDataLookupFunction Constructor Description SOAPClientPipelineNameMappingFunction(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 ContextDataLookupFunction Modifier and Type Class Description classSOAPClientSecurityProfileIdLookupFunctionFunction 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 ContextDataLookupFunction Modifier and Type Field Description private ContextDataLookupFunction<MessageContext,String>AddRelatesToHandler. relatesToURILookupOptional lookup function for obtaining the RelatesTo URI value.Methods in org.opensaml.soap.wsaddressing.messaging.impl that return ContextDataLookupFunction Modifier and Type Method Description ContextDataLookupFunction<MessageContext,String>AddRelatesToHandler. getRelatesToURILookup()Get the function for looking up the RelatesTo URI value.Methods in org.opensaml.soap.wsaddressing.messaging.impl with parameters of type ContextDataLookupFunction Modifier and Type Method Description voidAddRelatesToHandler. setRelatesToURILookup(ContextDataLookupFunction<MessageContext,String> lookup)Set the function for looking up the RelatesTo URI value.
-