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()
-
-
-
Method Detail
-
getBaseModuleAuthentication
ModuleAuthentication getBaseModuleAuthentication()
- Returns:
- module authentication (result after authentication process)
-
-