See: Description
Interface | Description |
---|---|
KeyInfoCredentialResolver |
Specialized
CredentialResolver marker interface for resolvers which resolve
credentials based on a KeyInfo element. |
KeyInfoGenerator |
Interface for implementations which generate a
KeyInfo based on keying material and other
information found within a Credential . |
KeyInfoGeneratorFactory |
Interface for factories which produce
KeyInfoGenerator instances. |
KeyInfoProvider |
Interface for providers used in conjunction with a
KeyInfoCredentialResolver which
support resolving Credential s based on a child element of KeyInfo . |
Class | Description |
---|---|
BasicProviderKeyInfoCredentialResolver |
Implementation of
KeyInfoCredentialResolver which resolves credentials based on a KeyInfo element
using a configured list of KeyInfoProvider 's and optional post-processing hooks. |
CollectionKeyInfoCredentialResolver |
An implementation of
KeyInfoCredentialResolver which uses a Collection as the
underlying credential source. |
KeyInfoCredentialContext |
Context for credentials resolved from a
KeyInfo element. |
KeyInfoCriteria | |
KeyInfoGeneratorManager |
A manager for
KeyInfoGeneratorFactory instances. |
KeyInfoHelper |
Utility class for working with data inside a KeyInfo object.
|
KeyInfoResolutionContext |
Resolution context class that is used to supply state information to, and to share information
amongst,
KeyInfoProvider s. |
LocalKeyInfoCredentialResolver |
A simple specialization of
BasicProviderKeyInfoCredentialResolver
which is capable of using information from a KeyInfo to resolve
local credentials from a supplied CredentialResolver which manages local credentials. |
NamedKeyInfoGeneratorManager |
A manager for named sets of
KeyInfoGeneratorFactory instances. |
StaticKeyInfoCredentialResolver |
Simple implementation of
KeyInfoCredentialResolver which just stores and returns a static set of credentials. |
StaticKeyInfoGenerator |
Implementation of
KeyInfoGenerator which always returns static KeyInfo data. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.