This class is used to obtain AuthConfigProvider objects that can be used to
obtain authentication context configuration objects, i.e., ClientAuthConfig and
ServerAuthConfig objects.
This interface is implemented by objects that can be used to obtain authentication
context configuration objects i.e., ClientAuthConfig or ServerAuthConfig objects.
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).
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.
Disassociate the listener from all the provider registrations whose layer and
appContext values are matched by the corresponding arguments to this method.
F
FAILURE -
Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module
was NOT successful, and that the module replaced the application
message with an error message.
Get the array of layer-specific target descriptors that identify the one or
more message parts to which the specified message protection policy applies.
A message processing runtime uses this interface to pass messages and
message processing state to authentication contexts for processing by
authentication modules.
Put the Object into the AuthParam at the location identified by the target.
R
refresh() -
Method in interface javax.security.auth.message.config.AuthConfig
Causes a dynamic anthentication context configuration object to update its internal
state and such that any change to its state is recognized by any authentication
context objects that were previously obtained from the config object.
Causes a dynamic configuration provider to update its internal state such that
any resulting change to its state is recognized by authentication context
configuration objects previously created by the provider within the current
process context.
Indicates the message processing by the authentication module is
NOT complete, that the module replaced the application message
with a security message, and that the runtime is to proceed by
sending the security message.
Indicates that the message processing by the authentication module
was NOT successful, that the module replaced the application message
with an error message, and that the runtime is to proceed by sending
the error message.
Indicates that the message processing by the authentication module
was successful and that the runtime is to proceed by sending a message
returned by the authentication module.
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).
SUCCESS -
Static variable in class javax.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module
was successful and that the runtime is to proceed with its normal processing
of the resulting message.