Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCredentialsFactory
This is the factory that uses Credentials instance giving by either class name or implementation
instead of factory given bey user.
|
Modifier and Type | Method and Description |
---|---|
ICredentialsFactory |
CandidateClusterContext.getCredentialsFactory() |
Constructor and Description |
---|
CandidateClusterContext(AddressProvider addressProvider,
AddressTranslator addressTranslator,
DiscoveryService discoveryService,
ICredentialsFactory credentialsFactory,
SocketInterceptor socketInterceptor,
ChannelInitializerProvider channelInitializerProvider) |
Modifier and Type | Method and Description |
---|---|
ICredentialsFactory |
CredentialsFactoryConfig.getImplementation() |
Modifier and Type | Method and Description |
---|---|
CredentialsFactoryConfig |
CredentialsFactoryConfig.setImplementation(ICredentialsFactory factoryImpl) |
Modifier and Type | Method and Description |
---|---|
ICredentialsFactory |
SecurityContext.getCredentialsFactory()
Returns current
ICredentialsFactory . |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.