Uses of Interface
org.opensaml.xmlsec.SignatureValidationParametersResolver
-
Packages that use SignatureValidationParametersResolver Package Description org.opensaml.profile.action.impl Implementations of general profile actions.org.opensaml.xmlsec.impl Implementation of configuration and parameter resolver classes.org.opensaml.xmlsec.messaging.impl -
-
Uses of SignatureValidationParametersResolver in org.opensaml.profile.action.impl
Fields in org.opensaml.profile.action.impl declared as SignatureValidationParametersResolver Modifier and Type Field Description private SignatureValidationParametersResolverPopulateSignatureValidationParameters. resolverResolver for parameters to store into context.Methods in org.opensaml.profile.action.impl with parameters of type SignatureValidationParametersResolver Modifier and Type Method Description voidPopulateSignatureValidationParameters. setSignatureValidationParametersResolver(SignatureValidationParametersResolver newResolver)Set the resolver to use for the parameters to store into the context. -
Uses of SignatureValidationParametersResolver in org.opensaml.xmlsec.impl
Classes in org.opensaml.xmlsec.impl that implement SignatureValidationParametersResolver Modifier and Type Class Description classBasicSignatureValidationParametersResolverBasic implementation ofSignatureValidationParametersResolver.classStaticSignatureValidationParametersResolverResolve an instance ofSignatureValidationParametersstatically. -
Uses of SignatureValidationParametersResolver in org.opensaml.xmlsec.messaging.impl
Fields in org.opensaml.xmlsec.messaging.impl declared as SignatureValidationParametersResolver Modifier and Type Field Description private SignatureValidationParametersResolverPopulateSignatureValidationParametersHandler. resolverResolver for parameters to store into context.Methods in org.opensaml.xmlsec.messaging.impl with parameters of type SignatureValidationParametersResolver Modifier and Type Method Description voidPopulateSignatureValidationParametersHandler. setSignatureValidationParametersResolver(SignatureValidationParametersResolver newResolver)Set the resolver to use for the parameters to store into the context.
-