Class AuthenticationModuleDefinition
- java.lang.Object
-
- org.wildfly.security.auth.jaspi.impl.AuthenticationModuleDefinition
-
public class AuthenticationModuleDefinition extends Object
A definition for a singleServerAuthModule.- Author:
- Darran Lofthouse
-
-
Constructor Summary
Constructors Constructor Description AuthenticationModuleDefinition(Supplier<ServerAuthModule> serverAuthModuleFactory, Flag flag, Map options)Construct a new instance of a module definition.
-
-
-
Constructor Detail
-
AuthenticationModuleDefinition
public AuthenticationModuleDefinition(Supplier<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.
-
-