Uses of Interface
jakarta.security.auth.message.ClientAuth
Package
Description
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.
-
Uses of ClientAuth in jakarta.security.auth.message.config
Modifier and TypeInterfaceDescriptioninterface
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. -
Uses of ClientAuth in jakarta.security.auth.message.module
Modifier and TypeInterfaceDescriptioninterface
A ClientAuthModule secures request messages, and validates received response messages.