com.hazelcast.client.connection.nio
Class ClientConnectionManagerImpl.ManagerAuthenticator

java.lang.Object
  extended by com.hazelcast.client.connection.nio.ClientConnectionManagerImpl.ManagerAuthenticator
All Implemented Interfaces:
Authenticator
Enclosing class:
ClientConnectionManagerImpl

public class ClientConnectionManagerImpl.ManagerAuthenticator
extends Object
implements Authenticator


Constructor Summary
ClientConnectionManagerImpl.ManagerAuthenticator()
           
 
Method Summary
 void auth(ClientConnection connection)
          Authenticates a ClientConnection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConnectionManagerImpl.ManagerAuthenticator

public ClientConnectionManagerImpl.ManagerAuthenticator()
Method Detail

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.