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
-
Method Summary
Modifier and TypeMethodDescriptionConverts current configuration to stack of login modules.
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Method Details
-
asLoginModuleConfigs
Description copied from interface:AuthenticationConfig
Converts current configuration to stack of login modules.- Specified by:
asLoginModuleConfigs
in interfaceAuthenticationConfig
- Returns:
- login modules stack
-