Uses of Interface
org.opensaml.security.credential.CredentialResolver
Packages that use CredentialResolver
Package
Description
Classes related to verifying various credentials within a SAML system.
CredentialResolver implementation classes.Interfaces and classes used to evaluate the trustworthiness and validity of
Credentials.TrustEngine implementation classes.Classes in support of processing XML Signature KeyInfo material.
Interfaces and classes for working with XML KeyInfo elements.
Implementations of signature evaluation functions.
-
Uses of CredentialResolver in org.opensaml.saml.security.impl
Classes in org.opensaml.saml.security.impl that implement CredentialResolverModifier and TypeClassDescriptionclassA credential resolver capable of resolving credentials from SAML 2 metadata. -
Uses of CredentialResolver in org.opensaml.security.credential.impl
Classes in org.opensaml.security.credential.impl with type parameters of type CredentialResolverModifier and TypeClassDescriptionclassAbstractChainingCredentialResolver<ResolverType extends CredentialResolver>An abstract implementation ofCredentialResolverwhich chains together one or more underlying credential resolver implementations.Classes in org.opensaml.security.credential.impl that implement CredentialResolverModifier and TypeClassDescriptionclassAbstractChainingCredentialResolver<ResolverType extends CredentialResolver>An abstract implementation ofCredentialResolverwhich chains together one or more underlying credential resolver implementations.classAbstract base class forCredentialResolverimplementations.classAn abstract implementation ofCredentialResolverthat filters the returned Credentials based on the instances ofPredicatewhich are present in the set of criteria as instances ofEvaluableCredentialCriterion, or which are obtained via lookup in theEvaluableCredentialCriteriaRegistry.classA concrete implementation ofAbstractChainingCredentialResolverwhich is scoped to the simpleCredentialResolvertype.classAn implementation ofCredentialResolverthat uses aCollectionas the underlying credential source.classNOTE: this class is not yet implemented ACredentialResolverthat pulls credential information from the file system.classACredentialResolverthat extractsCredential's from a key store.classSimple implementation ofCredentialResolverwhich just stores and returns a static set of credentials.Fields in org.opensaml.security.credential.impl declared as CredentialResolverModifier and TypeFieldDescriptionprivate CredentialResolverAbstractChainingCredentialResolver.CredentialIterator.currentResolverThe current resolver which is returning credentials.Constructor parameters in org.opensaml.security.credential.impl with type arguments of type CredentialResolverModifierConstructorDescriptionChainingCredentialResolver(List<CredentialResolver> resolverChain) Constructor. -
Uses of CredentialResolver in org.opensaml.security.trust
Methods in org.opensaml.security.trust that return CredentialResolverModifier and TypeMethodDescriptionTrustedCredentialTrustEngine.getCredentialResolver()Gets the credential resolver used to recover trusted credentials that may be used to validate tokens. -
Uses of CredentialResolver in org.opensaml.security.trust.impl
Fields in org.opensaml.security.trust.impl declared as CredentialResolverModifier and TypeFieldDescriptionprivate final CredentialResolverExplicitKeyTrustEngine.credentialResolverResolver used for resolving trusted credentials.private final CredentialResolverExplicitX509CertificateTrustEngine.credentialResolverResolver used for resolving trusted credentials.Methods in org.opensaml.security.trust.impl that return CredentialResolverModifier and TypeMethodDescriptionExplicitKeyTrustEngine.getCredentialResolver()Gets the credential resolver used to recover trusted credentials that may be used to validate tokens.ExplicitX509CertificateTrustEngine.getCredentialResolver()Gets the credential resolver used to recover trusted credentials that may be used to validate tokens.Constructors in org.opensaml.security.trust.impl with parameters of type CredentialResolverModifierConstructorDescriptionExplicitKeyTrustEngine(CredentialResolver resolver) Constructor.Constructor. -
Uses of CredentialResolver in org.opensaml.xmlsec.keyinfo
Subinterfaces of CredentialResolver in org.opensaml.xmlsec.keyinfoModifier and TypeInterfaceDescriptioninterfaceSpecializedCredentialResolvermarker interface for resolvers which resolve credentials based on aKeyInfoelement. -
Uses of CredentialResolver in org.opensaml.xmlsec.keyinfo.impl
Classes in org.opensaml.xmlsec.keyinfo.impl that implement CredentialResolverModifier and TypeClassDescriptionclassImplementation ofKeyInfoCredentialResolverwhich resolves credentials based on aKeyInfoelement using a configured list ofKeyInfoProviders and optional post-processing hooks.classA concrete implementation ofAbstractChainingCredentialResolverwhich is scoped to theKeyInfoCredentialResolvertype.classAn implementation ofKeyInfoCredentialResolverwhich uses aCollectionas the underlying credential source.classA simple specialization ofBasicProviderKeyInfoCredentialResolverwhich is capable of using information from aKeyInfoto resolve local credentials from a suppliedCredentialResolverwhich manages local credentials.classSimple implementation ofKeyInfoCredentialResolverwhich just stores and returns a static set of credentials.Fields in org.opensaml.xmlsec.keyinfo.impl declared as CredentialResolverModifier and TypeFieldDescriptionprivate final CredentialResolverLocalKeyInfoCredentialResolver.localCredResolverThe resolver which is used to resolve local credentials.Methods in org.opensaml.xmlsec.keyinfo.impl that return CredentialResolverModifier and TypeMethodDescriptionLocalKeyInfoCredentialResolver.getLocalCredentialResolver()Get the resolver for local credentials.Constructors in org.opensaml.xmlsec.keyinfo.impl with parameters of type CredentialResolverModifierConstructorDescriptionLocalKeyInfoCredentialResolver(List<KeyInfoProvider> keyInfoProviders, CredentialResolver localCredentialResolver) Constructor. -
Uses of CredentialResolver in org.opensaml.xmlsec.signature.support.impl
Fields in org.opensaml.xmlsec.signature.support.impl declared as CredentialResolverModifier and TypeFieldDescriptionprivate final CredentialResolverExplicitKeySignatureTrustEngine.credentialResolverResolver used for resolving trusted credentials.Methods in org.opensaml.xmlsec.signature.support.impl that return CredentialResolverModifier and TypeMethodDescriptionExplicitKeySignatureTrustEngine.getCredentialResolver()Gets the credential resolver used to recover trusted credentials that may be used to validate tokens.Constructors in org.opensaml.xmlsec.signature.support.impl with parameters of type CredentialResolverModifierConstructorDescriptionExplicitKeySignatureTrustEngine(CredentialResolver resolver, KeyInfoCredentialResolver keyInfoResolver) Constructor.