Package com.hazelcast.config.security
Class DefaultAuthenticationConfig
java.lang.Object
com.hazelcast.config.security.DefaultAuthenticationConfig
- All Implemented Interfaces:
 AuthenticationConfig
Default 
AuthenticationConfig implementation which just references the DefaultLoginModule.- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionConverts current configuration to stack of login modules. 
- 
Field Details
- 
INSTANCE
Singleton instance. 
 - 
 - 
Method Details
- 
asLoginModuleConfigs
Description copied from interface:AuthenticationConfigConverts current configuration to stack of login modules.- Specified by:
 asLoginModuleConfigsin interfaceAuthenticationConfig- Returns:
 - login modules stack
 
 
 -