Class AuthenticationModuleDefinition

java.lang.Object
org.wildfly.security.auth.jaspi.impl.AuthenticationModuleDefinition

public class AuthenticationModuleDefinition extends Object
A definition for a single ServerAuthModule.
Author:
Darran Lofthouse
  • 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 the ServerAuthModule.
      flag - the flag to indicate how this module will be handled.
      options - configuration options to pass into the module during initialisation.