QuickServer
v1.4.5

org.quickserver.net.qsadmin
Class Authenticator

java.lang.Object
  extended byorg.quickserver.net.server.QuickAuthenticator
      extended byorg.quickserver.net.qsadmin.Authenticator
All Implemented Interfaces:
Authenticator

public class Authenticator
extends QuickAuthenticator

Default QSAdminServer ServerAuthenticator.

Username : Admin
Password : QsAdm1n

Since:
1.1

Constructor Summary
Authenticator()
           
 
Method Summary
 boolean askAuthorisation(ClientHandler clientHandler)
          This method is called by QuickServer if ServerAuthenticator was set, to authenticate any client connection.
 
Methods inherited from class org.quickserver.net.server.QuickAuthenticator
askBinaryInput, askByteInput, askObjectInput, askStringInput, sendBinary, sendByte, sendObject, sendString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator

public Authenticator()
Method Detail

askAuthorisation

public boolean askAuthorisation(ClientHandler clientHandler)
                         throws java.io.IOException
Description copied from interface: Authenticator
This method is called by QuickServer if ServerAuthenticator was set, to authenticate any client connection.

Specified by:
askAuthorisation in interface Authenticator
Specified by:
askAuthorisation in class QuickAuthenticator
Throws:
java.io.IOException

QuickServer
v1.4.5

Copyright © 2003-2005 QuickServer.org