| Package | Description |
|---|---|
| org.opensaml.messaging.context.navigate |
A set of
Functions used to navigate and lookup data
from a tree of BaseContexts. |
| org.opensaml.profile.context.navigate |
Functions for navigating profile context information.
|
| org.opensaml.saml.common.messaging.context.navigate |
Functions to navigate SAML message contexts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChildContextLookup<ParentContext extends BaseContext,ChildContext extends BaseContext>
A
ContextDataLookupFunction that gets the child context of a given parent context. |
class |
MessageLookup<T>
A
ContextDataLookupFunction that returns the message from a MessageContext. |
class |
ParentContextLookup<StartContext extends BaseContext,ParentContext extends BaseContext>
A
ContextDataLookupFunction that gets the parent of a given context. |
class |
RootContextLookup<StartContext extends BaseContext,RootContext extends BaseContext>
A
ContextDataLookupFunction that gets the root of context tree. |
| Modifier and Type | Class and Description |
|---|---|
class |
InboundMessageContextLookup
|
class |
OutboundMessageContextLookup
|
class |
ProfileIdLookup
A
ContextDataLookupFunction that returns the profile ID for a ProfileRequestContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeConsumerServiceLookupFunction
|
class |
EntityDescriptorLookupFunction
|
class |
SAMLBindingContextBindingFunction
ContextDataLookupFunction that returns the SAML binding from a SAMLBindingContext. |
class |
SAMLMessageInfoContextIDFunction
|
class |
SAMLMessageInfoContextIssueInstantFunction
|
class |
SAMLProtocolContextProtocolFunction
ContextDataLookupFunction that returns the protocol from a SAMLProtocolContext. |
Copyright © 2021. All rights reserved.