| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
| 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 |
|---|---|
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. All Rights Reserved.