QuickServer
v1.4.7

Uses of Interface
org.quickserver.net.server.Authenticator

Packages that use Authenticator
org.quickserver.net.server Contains all of the classes for creating QuickServer. 
org.quickserver.net.server.impl Contains all of the implementation classes for interface in server package. 
org.quickserver.util.xmlreader Classes for reading XML and storing the configuration. 
 

Uses of Authenticator in org.quickserver.net.server
 

Classes in org.quickserver.net.server that implement Authenticator
 class QuickAuthenticator
          This class is used to authenticate a client when it connects to QuickServer.
 

Methods in org.quickserver.net.server that return Authenticator
 Authenticator TheClient.getAuthenticator()
          Deprecated. As of 1.4.6 use TheClient.getClientAuthenticationHandler()
 

Methods in org.quickserver.net.server with parameters of type Authenticator
 void TheClient.setAuthenticator(Authenticator authenticator)
          Deprecated. As of 1.4.6 use TheClient.setClientAuthenticationHandler(org.quickserver.net.server.ClientAuthenticationHandler)
 

Uses of Authenticator in org.quickserver.net.server.impl
 

Fields in org.quickserver.net.server.impl declared as Authenticator
protected  Authenticator BasicClientHandler.authenticator
           
 

Methods in org.quickserver.net.server.impl with parameters of type Authenticator
protected  void BasicClientHandler.setAuthenticator(Authenticator authenticator)
          Sets the Authenticator class that handles the authentication of a client.
 

Uses of Authenticator in org.quickserver.util.xmlreader
 

Methods in org.quickserver.util.xmlreader with parameters of type Authenticator
 void BasicServerConfig.setAuthenticator(Authenticator authenticator)
          Sets the Authenticator class that handles the authentication of the client.
 


QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org