com.hazelcast.client.connection
public interface Authenticator
ClientConnection
.Modifier and Type | Method and Description |
---|---|
void |
authenticate(ClientConnection connection)
Authenticates a ClientConnection.
|
void authenticate(ClientConnection connection) throws AuthenticationException, IOException
connection
- the ClientConnectionAuthenticationException
- if the authentication failedIOException
- if some kind of IO problem happens.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.