Uses of Interface
jakarta.security.auth.message.ServerAuth
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 ServerAuth in jakarta.security.auth.message.config
Modifier and TypeInterfaceDescriptioninterface
This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from clients, and to secure any response returned for those requests. -
Uses of ServerAuth in jakarta.security.auth.message.module
Modifier and TypeInterfaceDescriptioninterface
A ServerAuthModule validates client requests and secures responses to the client.