Uses of Class
org.opensaml.saml.common.messaging.context.SAMLMetadataContext
-
Packages that use SAMLMetadataContext Package Description org.opensaml.saml.common.binding.impl Implementation of SAML binding-level functionality, such as MessageHandlers.org.opensaml.saml.common.messaging.context.navigate Functions to navigate SAML message contexts.org.opensaml.saml.common.profile.impl 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 SAMLMetadataContext Modifier and Type Field Description private 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 SAMLMetadataContext Modifier and Type Method Description protected 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 SAMLMetadataContext Modifier and Type Method Description voidSAMLMetadataLookupHandler. 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.messaging.context.navigate
Methods in org.opensaml.saml.common.messaging.context.navigate with parameters of type SAMLMetadataContext Modifier and Type Method Description EntityDescriptorEntityDescriptorLookupFunction. apply(SAMLMetadataContext input) -
Uses of SAMLMetadataContext in org.opensaml.saml.common.profile.impl
Fields in org.opensaml.saml.common.profile.impl with type parameters of type SAMLMetadataContext Modifier and Type Field Description private Function<ProfileRequestContext,SAMLMetadataContext>PopulateSignatureSigningParameters. metadataContextLookupStrategyStrategy used to look up a SAML metadata context.Method parameters in org.opensaml.saml.common.profile.impl with type arguments of type SAMLMetadataContext Modifier and Type Method Description voidPopulateSignatureSigningParameters. setMetadataContextLookupStrategy(Function<ProfileRequestContext,SAMLMetadataContext> strategy)Set lookup strategy forSAMLMetadataContextfor input to resolution.
-