Uses of Interface
jakarta.security.auth.message.config.ServerAuthContext
Packages that use ServerAuthContext
Package
Description
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation.
-
Uses of ServerAuthContext in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config that return ServerAuthContext -
Uses of ServerAuthContext in org.wildfly.security.auth.jaspi.impl
Classes in org.wildfly.security.auth.jaspi.impl that implement ServerAuthContextModifier and TypeClassDescriptionclassA wrapper aroundServerAuthContextto allow us to use aThreadLocalto associate ourCallbackHandler.