See: Description
Interface | Description |
---|---|
Credential |
A credential for an entity.
|
CredentialContext |
Marker interface for implementations which hold information specific to a a particular context within
which a
CredentialResolver resolves a Credential . |
CredentialResolver |
A resolver which uses
Criteria to resolve and return instances of Credential . |
Class | Description |
---|---|
AbstractCredential |
Base class for
Credential implementations. |
AbstractCredentialResolver |
Abstract base class for
CredentialResolver implementations. |
AbstractCriteriaFilteringCredentialResolver |
An abstract implementation of
CredentialResolver which filters the returned Credentials
based on the instances of EvaluableCredentialCriteria which are present in the set of
criteria, or which are obtained via lookup in the EvaluableCredentialCriteriaRegistry . |
BasicCredential |
A basic implementation of
Credential . |
BasicKeyInfoGeneratorFactory |
A factory implementation which produces instances of
KeyInfoGenerator capable of
handling the information contained within a Credential . |
ChainingCredentialResolver |
An implementation of
CredentialResolver which chains together one or more underlying credential resolver
implementations. |
CollectionCredentialResolver |
An implementation of
CredentialResolver which uses a Collection as the
underlying credential source. |
CredentialContextSet |
This class holds instances of
CredentialContext which represent information
about the context in which a CredentialResolver has resolved a Credential . |
FilesystemCredentialResolver |
NOTE: this class is not yet implemented
A
CredentialResolver that pulls credential information from the file system. |
KeyStoreCredentialResolver |
A
CredentialResolver that extracts Credential 's from a key store. |
StaticCredentialResolver |
Simple implementation of
CredentialResolver which just stores and returns a static set of credentials. |
Enum | Description |
---|---|
UsageType |
Credential usage types.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.