Class AuthenticationModuleDefinition

    • 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 the ServerAuthModule.
        flag - the flag to indicate how this module will be handled.
        options - configuration options to pass into the module during initialisation.