| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.client.config | |
| com.hazelcast.cluster | |
| com.hazelcast.security | 
 Provides interfaces/classes for Hazelcast security implementation. 
 | 
| Constructor and Description | 
|---|
AuthenticationRequest(Credentials credentials)  | 
AuthenticationRequest(Credentials credentials,
                     ClientPrincipal principal)  | 
| Modifier and Type | Method and Description | 
|---|---|
Credentials | 
ClientConfig.getCredentials()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientConfig | 
ClientConfig.setCredentials(Credentials credentials)  | 
| Modifier and Type | Method and Description | 
|---|---|
Credentials | 
JoinRequest.getCredentials()  | 
| Constructor and Description | 
|---|
JoinRequest(byte packetVersion,
           int buildNumber,
           com.hazelcast.nio.Address address,
           String uuid,
           ConfigCheck config,
           Credentials credentials,
           int memberCount,
           int tryCount)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCredentials
Abstract implementation of  
Credentials | 
class  | 
UsernamePasswordCredentials
Simple implementation of  
Credentials using
 username and password as security attributes. | 
| Modifier and Type | Method and Description | 
|---|---|
Credentials | 
ICredentialsFactory.newCredentials()
Creates new  
Credentials object. | 
| Modifier and Type | Method and Description | 
|---|---|
LoginContext | 
SecurityContext.createClientLoginContext(Credentials credentials)
Creates client  
LoginContext. | 
LoginContext | 
SecurityContext.createMemberLoginContext(Credentials credentials)
Creates member  
LoginContext. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.