QuickServer
v1.4.7

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

Packages that use ClientAuthenticationHandler
org.quickserver.net.qsadmin Contains all of the classes for creating QSAdminServer. 
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 ClientAuthenticationHandler in org.quickserver.net.qsadmin
 

Classes in org.quickserver.net.qsadmin that implement ClientAuthenticationHandler
 class Authenticator
          Default QSAdminServer ServerAuthenticator.
 

Uses of ClientAuthenticationHandler in org.quickserver.net.server
 

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

Methods in org.quickserver.net.server that return ClientAuthenticationHandler
 ClientAuthenticationHandler TheClient.getClientAuthenticationHandler()
          Returns the ClientAuthenticationHandler object that handles the authentication of a client.
 

Methods in org.quickserver.net.server with parameters of type ClientAuthenticationHandler
 void TheClient.setClientAuthenticationHandler(ClientAuthenticationHandler clientAuthenticationHandler)
          Sets the ClientAuthenticationHandler class that handles the authentication of a client.
 

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

Fields in org.quickserver.net.server.impl declared as ClientAuthenticationHandler
protected  ClientAuthenticationHandler BasicClientHandler.clientAuthenticationHandler
           
 

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

Uses of ClientAuthenticationHandler in org.quickserver.util.xmlreader
 

Methods in org.quickserver.util.xmlreader with parameters of type ClientAuthenticationHandler
 void BasicServerConfig.setClientAuthenticationHandler(ClientAuthenticationHandler clientAuthenticationHandler)
          Sets the ClientAuthenticationHandler class that handles the authentication of the client.
 


QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org