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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
AbstractChainingCredentialResolver<ResolverType extends CredentialResolver>
An abstract implementation ofCredentialResolver
which chains together one or more underlying credential resolver implementations.class
An abstract implementation ofCredentialResolver
that filters the returned Credentials based on the instances ofPredicate
which are present in the set of criteria as instances ofEvaluableCredentialCriterion
, or which are obtained via lookup in theEvaluableCredentialCriteriaRegistry
.class
A concrete implementation ofAbstractChainingCredentialResolver
which is scoped to the simpleCredentialResolver
type.class
An implementation ofCredentialResolver
that uses aCollection
as the underlying credential source.class
NOTE: this class is not yet implemented ACredentialResolver
that pulls credential information from the file system.class
ACredentialResolver
that extractsCredential
's from a key store.class
Simple implementation ofCredentialResolver
which 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 TypeClassDescriptionclass
Implementation ofKeyInfoCredentialResolver
which resolves credentials based on aKeyInfo
element using a configured list ofKeyInfoProvider
s and optional post-processing hooks.class
A concrete implementation ofAbstractChainingCredentialResolver
which is scoped to theKeyInfoCredentialResolver
type.class
An implementation ofKeyInfoCredentialResolver
which uses aCollection
as the underlying credential source.class
A simple specialization ofBasicProviderKeyInfoCredentialResolver
which is capable of using information from aKeyInfo
to resolve local credentials from a suppliedCredentialResolver
which manages local credentials.class
Simple implementation ofKeyInfoCredentialResolver
which just stores and returns a static set of credentials.