Package org.opensaml.security.credential.impl
package org.opensaml.security.credential.impl
CredentialResolver
implementation classes.-
ClassesClassDescriptionAbstractChainingCredentialResolver<ResolverType extends CredentialResolver>An abstract implementation of
CredentialResolver
which chains together one or more underlying credential resolver implementations.Abstract base class forCredentialResolver
implementations.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
.A concrete implementation ofAbstractChainingCredentialResolver
which is scoped to the simpleCredentialResolver
type.An implementation ofCredentialResolver
that uses aCollection
as the underlying credential source.NOTE: this class is not yet implemented ACredentialResolver
that pulls credential information from the file system.ACredentialResolver
that extractsCredential
's from a key store.Simple implementation ofCredentialResolver
which just stores and returns a static set of credentials.