Uses of Class
org.opensaml.security.credential.impl.AbstractCredentialResolver
-
Packages that use AbstractCredentialResolver Package Description org.opensaml.security.credential.impl CredentialResolverimplementation classes. -
-
Uses of AbstractCredentialResolver in org.opensaml.security.credential.impl
Subclasses of AbstractCredentialResolver in org.opensaml.security.credential.impl Modifier and Type Class Description classAbstractChainingCredentialResolver<ResolverType extends CredentialResolver>An abstract implementation ofCredentialResolverwhich chains together one or more underlying credential resolver implementations.classAbstractCriteriaFilteringCredentialResolverAn 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.classChainingCredentialResolverA concrete implementation ofAbstractChainingCredentialResolverwhich is scoped to the simpleCredentialResolvertype.classCollectionCredentialResolverAn implementation ofCredentialResolverthat uses aCollectionas the underlying credential source.classFilesystemCredentialResolverNOTE: this class is not yet implemented ACredentialResolverthat pulls credential information from the file system.classKeyStoreCredentialResolverACredentialResolverthat extractsCredential's from a key store.classStaticCredentialResolverSimple implementation ofCredentialResolverwhich just stores and returns a static set of credentials.
-