Uses of Interface
org.opensaml.xmlsec.SignatureSigningParametersResolver
Packages that use SignatureSigningParametersResolver
Package
Description
Implementation of SAML binding-level functionality, such as MessageHandlers.
Actions and classes common to both SAML versions.
Classes related to verifying various credentials within a SAML system.
Implementation of configuration and parameter resolver classes.
-
Uses of SignatureSigningParametersResolver in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl declared as SignatureSigningParametersResolverModifier and TypeFieldDescriptionPopulateSignatureSigningParametersHandler.resolver
Resolver for parameters to store into context.Methods in org.opensaml.saml.common.binding.impl with parameters of type SignatureSigningParametersResolverModifier and TypeMethodDescriptionvoid
PopulateSignatureSigningParametersHandler.setSignatureSigningParametersResolver
(SignatureSigningParametersResolver newResolver) Set the resolver to use for the parameters to store into the context. -
Uses of SignatureSigningParametersResolver in org.opensaml.saml.common.profile.impl
Fields in org.opensaml.saml.common.profile.impl declared as SignatureSigningParametersResolverModifier and TypeFieldDescriptionPopulateSignatureSigningParameters.resolver
Resolver for parameters to store into context.Methods in org.opensaml.saml.common.profile.impl with parameters of type SignatureSigningParametersResolverModifier and TypeMethodDescriptionvoid
PopulateSignatureSigningParameters.setSignatureSigningParametersResolver
(SignatureSigningParametersResolver newResolver) Set the resolver to use for the parameters to store into the context. -
Uses of SignatureSigningParametersResolver in org.opensaml.saml.security.impl
Classes in org.opensaml.saml.security.impl that implement SignatureSigningParametersResolverModifier and TypeClassDescriptionclass
A specialization ofBasicSignatureSigningParametersResolver
which also supports input of SAML metadata, specifically theSigningMethod
andDigestMethod
extension elements. -
Uses of SignatureSigningParametersResolver in org.opensaml.xmlsec.impl
Classes in org.opensaml.xmlsec.impl that implement SignatureSigningParametersResolverModifier and TypeClassDescriptionclass
Basic implementation ofSignatureSigningParametersResolver
.class
Resolve an instance ofSignatureSigningParameters
statically.