Uses of Interface
jakarta.security.auth.message.config.ServerAuthContext
-
Packages that use ServerAuthContext Package Description jakarta.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.org.wildfly.security.auth.jaspi.impl 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 Modifier and Type Method Description ServerAuthContextServerAuthConfig. getAuthContext(String authContextID, Subject serviceSubject, Map<String,Object> properties)Get a ServerAuthContext instance from this ServerAuthConfig. -
Uses of ServerAuthContext in org.wildfly.security.auth.jaspi.impl
Classes in org.wildfly.security.auth.jaspi.impl that implement ServerAuthContext Modifier and Type Class Description classWrappingServerAuthContextA wrapper aroundServerAuthContextto allow us to use aThreadLocalto associate ourCallbackHandler.
-