Package org.opensaml.security.credential.impl
@NonnullElements
package org.opensaml.security.credential.impl
CredentialResolver implementation classes.-
ClassesClassDescriptionAbstractChainingCredentialResolver<ResolverType extends CredentialResolver>An abstract implementation of
CredentialResolverwhich chains together one or more underlying credential resolver implementations.Abstract base class forCredentialResolverimplementations.An 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.A concrete implementation ofAbstractChainingCredentialResolverwhich is scoped to the simpleCredentialResolvertype.An implementation ofCredentialResolverthat uses aCollectionas the underlying credential source.NOTE: this class is not yet implemented ACredentialResolverthat pulls credential information from the file system.ACredentialResolverthat extractsCredential's from a key store.Simple implementation ofCredentialResolverwhich just stores and returns a static set of credentials.