Home » openjdk-7 » javax.security » auth » message » config »

javax.security.auth.message.config

Interfaces:

AuthConfig  

This interface defines the common functionality implemented by Authentication context configuration objects.

 
code | html
AuthConfigFactory.RegistrationContext   Represents the layer identifier, application context identifier., and description components of an AuthConfigProvider registration at the factory  code | html
AuthConfigProvider  

This interface is implemented by objects that can be used to obtain authentication context configuration objects i.e., ClientAuthConfig or ServerAuthConfig objects. 

code | html
ClientAuthConfig  

This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (e.g., the messaging context of a specific application, or set of applications).

Implementations of this interface are returned by an AuthConfigProvider.

Callers interact with a ClientAuthConfig to obtain ClientAuthContext objects suitable for processing a given message exchange at the layer and within the application context of the ClientAuthConfig. 

code | html
ClientAuthContext  

This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests. 

code | html
RegistrationListener  

A Listener that may associated with a provider registration by a user of the registration. 

code | html
ServerAuthConfig  

This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (e.g., the messaging context of a specific application, or set of applications).

Implementations of this interface are returned by an AnthConfigProvider. 

code | html
ServerAuthContext  

This ServerAuthContext class encapsulates ServerAuthModules that are used to secure requests made as a client. 

code | html

Abstract Classes:

AuthConfigFactory  

This class is used to obtain AuthConfigProvider objects that can be used to obtain authentication context configuration objects, i.e., ClientAuthConfig and ServerAuthConfig objects. 

code | html

Classes:

AuthConfigFactory.LoadAction   A PrivilegedExceptionAction that looks up the class name identified by the authcontextfactory.provider system property and loads the class using the thread context class loader.  code | html