| Package | Description |
|---|---|
| com.hazelcast.client |
Contains classes/interfaces related to Client
|
| com.hazelcast.client.connection |
Provides connection interfaces/classes for com.hazelcast.client
|
| com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
| com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
| com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientEndpoint.authenticated(ClientPrincipal principal) |
void |
ClientEndpoint.authenticated(ClientPrincipal principal,
Credentials credentials,
boolean firstConnection,
String clientVersion,
long authCorrelationId) |
| Modifier and Type | Method and Description |
|---|---|
ClientPrincipal |
ClientConnectionManager.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
ClientPrincipal |
ClientConnectionManagerImpl.getPrincipal() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientEndpointImpl.authenticated(ClientPrincipal principal) |
void |
ClientEndpointImpl.authenticated(ClientPrincipal principal,
Credentials credentials,
boolean firstConnection,
String clientVersion,
long authCorrelationId) |
| Modifier and Type | Field and Description |
|---|---|
protected ClientPrincipal |
AuthenticationBaseMessageTask.principal |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.