Package com.hazelcast.config.security
Interface AuthenticationConfig
-
- All Known Implementing Classes:
AbstractClusterLoginConfig
,DefaultAuthenticationConfig
,JaasAuthenticationConfig
,KerberosAuthenticationConfig
,LdapAuthenticationConfig
,SimpleAuthenticationConfig
,TlsAuthenticationConfig
public interface AuthenticationConfig
This interface represents authentication configuration in a security realm. It provides a method to convert the configuration intoLoginModuleConfig
form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoginModuleConfig[]
asLoginModuleConfigs()
Converts current configuration to stack of login modules.
-
-
-
Method Detail
-
asLoginModuleConfigs
LoginModuleConfig[] asLoginModuleConfigs()
Converts current configuration to stack of login modules.- Returns:
- login modules stack
-
-