Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.management |
Contains classes to provide data/operation interface for Management Center.
|
Modifier and Type | Method and Description |
---|---|
MCMutualAuthConfig |
ManagementCenterConfig.getMutualAuthConfig()
Gets a property.
|
MCMutualAuthConfig |
MCMutualAuthConfig.setEnabled(boolean enabled)
Enables and disables this configuration.
|
MCMutualAuthConfig |
MCMutualAuthConfig.setFactoryClassName(String factoryClassName)
Sets the name for the implementation class.
|
MCMutualAuthConfig |
MCMutualAuthConfig.setFactoryImplementation(Object factoryImplementation)
Sets the implementation object.
|
MCMutualAuthConfig |
MCMutualAuthConfig.setProperties(Properties properties)
Sets the properties.
|
MCMutualAuthConfig |
MCMutualAuthConfig.setProperty(String name,
String value)
Sets a property.
|
Modifier and Type | Method and Description |
---|---|
ManagementCenterConfig |
ManagementCenterConfig.setMutualAuthConfig(MCMutualAuthConfig mutualAuthConfig)
Sets the management center mutual auth config
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementCenterConnectionFactory.init(MCMutualAuthConfig config) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.