Uses of Interface
jakarta.security.auth.message.module.ServerAuthModule
Packages that use ServerAuthModule
Package
Description
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.
JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation.
-
Uses of ServerAuthModule in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config with parameters of type ServerAuthModuleModifier and TypeMethodDescriptionabstract StringAuthConfigFactory.registerServerAuthModule(ServerAuthModule serverAuthModule, Object context) Registers within the (in-memory) factory, an instance of aServerAuthModulefor a message layer and application context identifier as identified by a profile specific context object. -
Uses of ServerAuthModule in org.wildfly.security.auth.jaspi
Methods in org.wildfly.security.auth.jaspi with parameters of type ServerAuthModuleModifier and TypeMethodDescriptionDelegatingAuthConfigFactory.registerServerAuthModule(ServerAuthModule serverAuthModule, Object context) ElytronAuthConfigFactory.registerServerAuthModule(ServerAuthModule module, Object context) Method parameters in org.wildfly.security.auth.jaspi with type arguments of type ServerAuthModuleModifier and TypeMethodDescriptionJaspiConfigurationBuilder.addAuthModuleFactory(Supplier<ServerAuthModule> serverAuthModuleFactory) Add aSupplier<ServerAuthModule>to be used to create aServerAuthModuleinstance for this message layer and application context combination.JaspiConfigurationBuilder.addAuthModuleFactory(Supplier<ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options) Add aSupplier<ServerAuthModule>to be used to create aServerAuthModuleinstance for this message layer and application context combination. -
Uses of ServerAuthModule in org.wildfly.security.auth.jaspi.impl
Constructor parameters in org.wildfly.security.auth.jaspi.impl with type arguments of type ServerAuthModuleModifierConstructorDescriptionAuthenticationModuleDefinition(Supplier<ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options) Construct a new instance of a module definition.