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
getModuleIdentifier()
Integer
getOrder()
-
-
-
Method Detail
-
getBaseModuleAuthentication
ModuleAuthentication getBaseModuleAuthentication()
- Returns:
- module authentication (result after authentication process)
-
getModuleIdentifier
String getModuleIdentifier()
-
getOrder
Integer getOrder()
- Returns:
- order of authentication module
-
-