Class JDBCBackingEngineFactory

    • Constructor Detail

      • JDBCBackingEngineFactory

        public JDBCBackingEngineFactory()
    • Method Detail

      • build

        public BackingEngine build​(Map<String,​?> options)
        Build a Backing engine for the JDBCLoginModule.
        Specified by:
        build in interface BackingEngineFactory
        Parameters:
        options - the factory options.
        Returns:
        the built backing engine.
      • getModuleClass

        public String getModuleClass()
        Returns the login module class, that this factory can build.
        Specified by:
        getModuleClass in interface BackingEngineFactory
        Returns:
        the module class.