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