Interface AuthModule
-
public interface AuthModule
Define authentication module created by module configuration, with all filters and configuration- Author:
- skublik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModuleAuthentication
getBaseModuleAuthentication()
String
getNameOfModule()
Integer
getOrder()
-
-
-
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
-
-