QuickServer
v1.4.1

org.quickserver.net.qsadmin
Class Authenticator

java.lang.Object
  |
  +--org.quickserver.net.server.QuickAuthenticator
        |
        +--org.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
Returns:
result of authentication.
Throws:
java.io.IOException - if there is socket error

QuickServer
v1.4.1

Copyright © 2003-2004 QuickServer.org