Uses of Interface
jakarta.security.auth.message.module.ServerAuthModule
-
Packages that use ServerAuthModule Package Description jakarta.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems. -
-
Uses of ServerAuthModule in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config with parameters of type ServerAuthModule Modifier and Type Method Description abstract String
AuthConfigFactory. registerServerAuthModule(ServerAuthModule serverAuthModule, Object context)
Registers within the (in-memory) factory, an instance of aServerAuthModule
for a message layer and application context identifier as identified by a profile specific context object.
-