Uses of Class
org.opensaml.security.credential.impl.AbstractCredentialResolver
Packages that use AbstractCredentialResolver
Package
Description
Classes related to verifying various credentials within a SAML system.
CredentialResolver implementation classes.Interfaces and classes for working with XML KeyInfo elements.
-
Uses of AbstractCredentialResolver in org.opensaml.saml.security.impl
Subclasses of AbstractCredentialResolver in org.opensaml.saml.security.implModifier and TypeClassDescriptionclassA credential resolver capable of resolving credentials from SAML 2 metadata. -
Uses of AbstractCredentialResolver in org.opensaml.security.credential.impl
Subclasses of AbstractCredentialResolver in org.opensaml.security.credential.implModifier and TypeClassDescriptionclassAbstractChainingCredentialResolver<ResolverType extends CredentialResolver>An abstract implementation ofCredentialResolverwhich chains together one or more underlying credential resolver implementations.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. -
Uses of AbstractCredentialResolver in org.opensaml.xmlsec.keyinfo.impl
Subclasses of AbstractCredentialResolver in org.opensaml.xmlsec.keyinfo.implModifier 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.