Top Description Interfaces
[default module]

Package jakarta.security.auth.message.module


This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.

Interface Summary

Modifier and TypeInterface and Description
public interface
ClientAuthModule

A ClientAuthModule secures request messages, and validates received response messages.

public interface
ServerAuthModule

A ServerAuthModule validates client requests and secures responses to the client.