Package com.hazelcast.config.security
Class RealmConfig
java.lang.Object
com.hazelcast.config.security.RealmConfig
Security realm represents the security configuration for part of the system (e.g. member-to-member communication).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
setCredentials
(Credentials credentials) setJaasAuthenticationConfig
(JaasAuthenticationConfig authenticationConfig) toString()
-
Constructor Details
-
RealmConfig
public RealmConfig()
-
-
Method Details
-
getJaasAuthenticationConfig
-
setJaasAuthenticationConfig
-
getTokenIdentityConfig
-
setCredentials
-
isAuthenticationConfigured
public boolean isAuthenticationConfigured() -
asLoginModuleConfigs
-
asCredentialsFactory
-
hashCode
public int hashCode() -
equals
-
toString
-