All Classes and Interfaces

Class
Description
Provides configuration information for a JASPIC authentication mechanism.
Factory for obtaining and managing AuthConfigProvider instances.
Provides information about a registered AuthConfigProvider.
Provides ClientAuthConfig and ServerAuthConfig instances to JASPIC authentication modules.
Exception thrown when a JASPIC authentication operation fails.
Represents the status returned by JASPIC authentication operations.
Callback that enables an authentication module to inform the runtime of the caller principal or name of the caller principal.
Callback that enables a runtime to inform authentication modules of the CertStore to use for certificate validation.
Defines the contract for client-side authentication in JASPIC.
Client-side authentication configuration obtained from an AuthConfigProvider.
Runtime context for client-side JASPIC authentication.
A pluggable client-side authentication module in JASPIC.
Callback that enables an authentication module to inform the runtime of the groups a user is in.
Represents the request and response messages associated with a message-based authentication exchange.
Defines the security policy requirements for a message-based authentication module.
Defines the level of protection to be applied to a message.
Defines how to extract target information from a message for policy evaluation.
Associates a set of targets with a protection policy.
A callback that enables an authentication module to supply a username and password to the runtime and obtain the result of password validation.
A callback that enables an authentication module to request a certificate chain and private key from the runtime.
A request to retrieve a certificate chain and private key by keystore alias.
A request to retrieve a certificate chain and private key by certificate digest value.
A request to retrieve a certificate chain and private key by the issuer distinguished name and certificate serial number.
Base interface for private key requests.
A request to retrieve a certificate chain and private key by the Subject Key Identifier extension value.
Listener interface for JASPIC registration events.
A callback enabling an authentication module to request a secret key from the runtime, by supplying an alias.
A request for a secret key identified by its alias.
Represents a request for a secret key.
Provides server-side authentication of requests and response signing.
Server-side authentication configuration obtained from an AuthConfigProvider.
Provides server-side authentication of requests and response signing.
Provides server-side authentication of requests and response signing.
A Callback enabling an authentication module to request a truststore from the runtime.