Interface MessageContext

  • All Superinterfaces:
    Context, MessageInfoContext
    All Known Implementing Classes:
    MessageContextImpl

    public interface MessageContext
    extends Context, MessageInfoContext

    The authentication framework uses this MessageContext to pass messages and message processing state to authentication contexts for processing by authentication modules.

    This class encapsulates a request and response message objects for a message exchange. This class may also be used to associate additional context in the form of key/value pairs, with the encapsulated messages.

    Since:
    2.0.0
    See Also:
    MessageInfo