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.org.wildfly.security.auth.jaspi JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.org.wildfly.security.auth.jaspi.impl 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 ServerAuthModule Modifier and Type Method Description abstract 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 ServerAuthModule Modifier and Type Method Description StringDelegatingAuthConfigFactory. registerServerAuthModule(ServerAuthModule serverAuthModule, Object context)StringElytronAuthConfigFactory. registerServerAuthModule(ServerAuthModule module, Object context)Method parameters in org.wildfly.security.auth.jaspi with type arguments of type ServerAuthModule Modifier and Type Method Description JaspiConfigurationBuilderJaspiConfigurationBuilder. addAuthModuleFactory(Supplier<ServerAuthModule> serverAuthModuleFactory)Add aSupplierto be used to create aServerAuthModuleinstance for this message layer and application context combination.JaspiConfigurationBuilderJaspiConfigurationBuilder. addAuthModuleFactory(Supplier<ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options)Add aSupplierto 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 ServerAuthModule Constructor Description AuthenticationModuleDefinition(Supplier<ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options)Construct a new instance of a module definition.
-