Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.config.security |
Provides classes for configuring security realms in Hazelcast.
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialsFactoryConfig
Contains the configuration for Credentials Factory.
|
Modifier and Type | Method and Description |
---|---|
IdentityConfig |
CredentialsFactoryConfig.copy() |
Modifier and Type | Class and Description |
---|---|
class |
CredentialsIdentityConfig
Identity configuration which just holds given credentials instance.
|
class |
KerberosIdentityConfig |
class |
TokenIdentityConfig
Simple token identity configuration.
|
class |
UsernamePasswordIdentityConfig
Simple username/password identity configuration.
|
Modifier and Type | Method and Description |
---|---|
IdentityConfig |
IdentityConfig.copy()
Makes a copy (or clone) of the config object.
|
IdentityConfig |
CredentialsIdentityConfig.copy() |
IdentityConfig |
TokenIdentityConfig.copy() |
IdentityConfig |
UsernamePasswordIdentityConfig.copy() |
IdentityConfig |
KerberosIdentityConfig.copy() |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.