Package javax.security.auth.message


package javax.security.auth.message
This package defines the core interfaces of the JSR 196 message authentication SPI. The SPI defines the interfaces by which pluggable message authentication modules may be configured and invoked by message processing runtimes.
  • Class
    Description
    A generic authentication exception.
    The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
    An implementation of this interface is used to secure service request messages, and validate received service response messages.
    A message processing runtime uses this interface to pass messages and message processing state to authentication contexts for processing by authentication modules.
    This class defines a message authentication policy.
    This interface is used to represent message authentication policy.
    This interface is used to represent and perform message targeting.
    This class defines the message protection policies for specific Targets.
    An implementation of this interface is used to validate received service request messages, and to secure service response messages.