Interface AuthModule<MA extends ModuleAuthentication>
public interface AuthModule<MA extends ModuleAuthentication>
Define authentication module created by module configuration, with all filters and configuration
- Author:
- skublik
-
Method Details
-
getBaseModuleAuthentication
MA getBaseModuleAuthentication()- Returns:
- module authentication (result after authentication process)
-
getModuleIdentifier
String getModuleIdentifier() -
getOrder
Integer getOrder()- Returns:
- order of authentication module
-
getAuthenticationProviders
List<org.springframework.security.authentication.AuthenticationProvider> getAuthenticationProviders()
-