com.hazelcast.client.connection.nio
Class ClientConnectionManagerImpl.ManagerAuthenticator
java.lang.Object
  
com.hazelcast.client.connection.nio.ClientConnectionManagerImpl.ManagerAuthenticator
- All Implemented Interfaces: 
 - Authenticator
 
- Enclosing class:
 - ClientConnectionManagerImpl
 
public class ClientConnectionManagerImpl.ManagerAuthenticator
- extends Object
- implements Authenticator
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClientConnectionManagerImpl.ManagerAuthenticator
public ClientConnectionManagerImpl.ManagerAuthenticator()
auth
public void auth(ClientConnection connection)
          throws AuthenticationException,
                 IOException
- Description copied from interface: 
Authenticator 
- Authenticates a ClientConnection. If the call returns normally, the ClientConnection is authenticated
 successfully.
- Specified by:
 auth in interface Authenticator
 
- Parameters:
 connection - the ClientConnection
- Throws:
 AuthenticationException - if the authentication failed
IOException - if some kind of IO problem happeend.
 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.