Uses of Interface
jakarta.security.auth.message.ServerAuth
Packages that use 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.
JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation.
-
Uses of ServerAuth in jakarta.security.auth.message.config
Subinterfaces of ServerAuth in jakarta.security.auth.message.configModifier and TypeInterfaceDescriptioninterfaceThis 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
Subinterfaces of ServerAuth in jakarta.security.auth.message.moduleModifier and TypeInterfaceDescriptioninterfaceA ServerAuthModule validates client requests and secures responses to the client. -
Uses of ServerAuth in org.wildfly.security.auth.jaspi.impl
Classes in org.wildfly.security.auth.jaspi.impl that implement ServerAuthModifier and TypeClassDescriptionclassA wrapper aroundServerAuthContextto allow us to use aThreadLocalto associate ourCallbackHandler.