Interface AuthModule


  • public interface AuthModule
    Define authentication module created by module configuration, with all filters and configuration
    Author:
    skublik
    • Method Detail

      • getBaseModuleAuthentication

        ModuleAuthentication getBaseModuleAuthentication()
        Returns:
        module authentication (result after authentication process)
      • getNameOfModule

        String getNameOfModule()
        Returns:
        name of authentication module
      • getOrder

        Integer getOrder()
        Returns:
        order of authentication module