Package | Description |
---|---|
org.opensaml.security.credential.impl |
CredentialResolver implementation classes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChainingCredentialResolver<ResolverType extends CredentialResolver>
An abstract implementation of
CredentialResolver which chains together one or more underlying credential
resolver implementations. |
class |
AbstractCriteriaFilteringCredentialResolver
An abstract implementation of
CredentialResolver that
filters the returned Credentials based on the instances of Predicate
which are present in the set of criteria as instances of EvaluableCredentialCriterion ,
or which are obtained via lookup in the EvaluableCredentialCriteriaRegistry . |
class |
ChainingCredentialResolver
A concrete implementation of
AbstractChainingCredentialResolver which is scoped to
the simple CredentialResolver type. |
class |
CollectionCredentialResolver
An implementation of
CredentialResolver that
uses a Collection as the underlying credential source. |
class |
FilesystemCredentialResolver
NOTE: this class is not yet implemented
A
CredentialResolver that pulls credential information from the file system. |
class |
KeyStoreCredentialResolver
A
CredentialResolver that extracts Credential 's from a key store. |
class |
StaticCredentialResolver
Simple implementation of
CredentialResolver which just stores
and returns a static set of credentials. |
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.