Uses of Class
org.opensaml.saml.common.messaging.context.SAMLMetadataContext
Packages that use SAMLMetadataContext
Package
Description
Implementation of SAML binding-level functionality, such as MessageHandlers.
Functions to navigate SAML message contexts.
Actions and classes common to both SAML versions.
-
Uses of SAMLMetadataContext in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl with type parameters of type SAMLMetadataContextModifier and TypeFieldDescriptionprivate Function<MessageContext,
SAMLMetadataContext> SAMLMetadataLookupHandler.copyContextStrategy
Optional strategy for resolving an existing metadata context from which to copy data.private Function<MessageContext,
SAMLMetadataContext> PopulateSignatureSigningParametersHandler.metadataContextLookupStrategy
Strategy used to look up a SAML metadata context.private Function<MessageContext,
SAMLMetadataContext> SAMLAddAttributeConsumingServiceHandler.metadataContextLookupStrategy
Lookup strategy forSAMLMetadataContext
.Methods in org.opensaml.saml.common.binding.impl that return SAMLMetadataContextModifier and TypeMethodDescriptionprotected SAMLMetadataContext
SAMLMetadataLookupHandler.resolveExisting
(MessageContext messageContext, String entityID, QName role) Attempt to resolve an existingSAMLMetadataContext
from which to copy.Method parameters in org.opensaml.saml.common.binding.impl with type arguments of type SAMLMetadataContextModifier and TypeMethodDescriptionvoid
SAMLMetadataLookupHandler.setCopyContextStrategy
(Function<MessageContext, SAMLMetadataContext> strategy) Set the optional strategy for resolving an existing metadata context from which to copy data.void
PopulateSignatureSigningParametersHandler.setMetadataContextLookupStrategy
(Function<MessageContext, SAMLMetadataContext> strategy) Set lookup strategy forSAMLMetadataContext
for input to resolution.void
SAMLAddAttributeConsumingServiceHandler.setMetadataContextLookupStrategy
(Function<MessageContext, SAMLMetadataContext> strategy) Set the strategy to locate theSAMLMetadataContext
from theMessageContext
. -
Uses of SAMLMetadataContext in org.opensaml.saml.common.profile.impl
Fields in org.opensaml.saml.common.profile.impl with type parameters of type SAMLMetadataContextModifier and TypeFieldDescriptionPopulateSignatureSigningParameters.metadataContextLookupStrategy
Strategy used to look up a SAML metadata context.Method parameters in org.opensaml.saml.common.profile.impl with type arguments of type SAMLMetadataContextModifier and TypeMethodDescriptionvoid
PopulateSignatureSigningParameters.setMetadataContextLookupStrategy
(Function<ProfileRequestContext, SAMLMetadataContext> strategy) Set lookup strategy forSAMLMetadataContext
for input to resolution.