Class AuthenticationModuleDefinition
java.lang.Object
org.wildfly.security.auth.jaspi.impl.AuthenticationModuleDefinition
A definition for a single
ServerAuthModule.- Author:
- Darran Lofthouse
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationModuleDefinition(Supplier<jakarta.security.auth.message.module.ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options) Construct a new instance of a module definition. -
Method Summary
-
Constructor Details
-
AuthenticationModuleDefinition
public AuthenticationModuleDefinition(Supplier<jakarta.security.auth.message.module.ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options) Construct a new instance of a module definition.- Parameters:
serverAuthModuleFactory- the factory to create an instance of theServerAuthModule.flag- the flag to indicate how this module will be handled.options- configuration options to pass into the module during initialisation.
-