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.copyContextStrategyOptional strategy for resolving an existing metadata context from which to copy data.private Function<MessageContext,SAMLMetadataContext> PopulateSignatureSigningParametersHandler.metadataContextLookupStrategyStrategy used to look up a SAML metadata context.private Function<MessageContext,SAMLMetadataContext> SAMLAddAttributeConsumingServiceHandler.metadataContextLookupStrategyLookup strategy forSAMLMetadataContext.Methods in org.opensaml.saml.common.binding.impl that return SAMLMetadataContextModifier and TypeMethodDescriptionprotected SAMLMetadataContextSAMLMetadataLookupHandler.resolveExisting(MessageContext messageContext, String entityID, QName role) Attempt to resolve an existingSAMLMetadataContextfrom which to copy.Method parameters in org.opensaml.saml.common.binding.impl with type arguments of type SAMLMetadataContextModifier and TypeMethodDescriptionvoidSAMLMetadataLookupHandler.setCopyContextStrategy(Function<MessageContext, SAMLMetadataContext> strategy) Set the optional strategy for resolving an existing metadata context from which to copy data.voidPopulateSignatureSigningParametersHandler.setMetadataContextLookupStrategy(Function<MessageContext, SAMLMetadataContext> strategy) Set lookup strategy forSAMLMetadataContextfor input to resolution.voidSAMLAddAttributeConsumingServiceHandler.setMetadataContextLookupStrategy(Function<MessageContext, SAMLMetadataContext> strategy) Set the strategy to locate theSAMLMetadataContextfrom 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.metadataContextLookupStrategyStrategy used to look up a SAML metadata context.Method parameters in org.opensaml.saml.common.profile.impl with type arguments of type SAMLMetadataContextModifier and TypeMethodDescriptionvoidPopulateSignatureSigningParameters.setMetadataContextLookupStrategy(Function<ProfileRequestContext, SAMLMetadataContext> strategy) Set lookup strategy forSAMLMetadataContextfor input to resolution.