Uses of Interface
com.hazelcast.client.connection.Authenticator

Packages that use Authenticator
com.hazelcast.client.connection Provides connection interfaces/classes for com.hazelcast.client 
com.hazelcast.client.connection.nio Contains classes related to New IO for com.hazelcast.client.connection 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
 

Uses of Authenticator in com.hazelcast.client.connection
 

Methods in com.hazelcast.client.connection with parameters of type Authenticator
 Connection ClientConnectionManager.getOrConnect(Address address, Authenticator authenticator)
           
 

Uses of Authenticator in com.hazelcast.client.connection.nio
 

Methods in com.hazelcast.client.connection.nio with parameters of type Authenticator
 ClientConnection ClientConnectionManagerImpl.getOrConnect(Address target, Authenticator authenticator)
           
 

Uses of Authenticator in com.hazelcast.client.impl
 

Classes in com.hazelcast.client.impl that implement Authenticator
 class ClusterAuthenticator
          Used to authenticate client connections to cluster as parameter to ClientConnectionManager.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.