public interface ICredentialsFactory
Credentials
objects to be used
during node authentication before connection is accepted by the master node.Modifier and Type | Method and Description |
---|---|
void |
configure(GroupConfig groupConfig,
Properties properties)
Configures
ICredentialsFactory . |
void |
destroy()
Destroys
ICredentialsFactory . |
Credentials |
newCredentials()
Creates new
Credentials object. |
void configure(GroupConfig groupConfig, Properties properties)
ICredentialsFactory
.groupConfig
- Hazelcast GroupConfig
properties
- Credentials newCredentials()
Credentials
object.void destroy()
ICredentialsFactory
.Copyright © 2018 Hazelcast, Inc.. All rights reserved.