|
QuickServer v1.4.6 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthStatus | |
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. |
Uses of AuthStatus in org.quickserver.net.qsadmin |
Methods in org.quickserver.net.qsadmin that return AuthStatus | |
AuthStatus |
Authenticator.askAuthentication(ClientHandler handler)
|
AuthStatus |
Authenticator.handleAuthentication(ClientHandler handler,
java.lang.String command)
|
Uses of AuthStatus in org.quickserver.net.server |
Fields in org.quickserver.net.server declared as AuthStatus | |
static AuthStatus |
AuthStatus.FAILURE
|
static AuthStatus |
AuthStatus.SUCCESS
|
Methods in org.quickserver.net.server that return AuthStatus | |
AuthStatus |
ClientAuthenticationHandler.askAuthentication(ClientHandler handler)
Method called first time after gotConnected() method is caled on ClientEventHandler, if Authenticator is set. |
AuthStatus |
ClientAuthenticationHandler.handleAuthentication(ClientHandler handler,
java.lang.String data)
Method called when ever a client sends character/string data before authentication. |
AuthStatus |
ClientAuthenticationHandler.handleAuthentication(ClientHandler handler,
java.lang.Object data)
Method called when ever a client sends Object data before authentication. |
AuthStatus |
ClientAuthenticationHandler.handleAuthentication(ClientHandler handler,
byte[] data)
Method called when ever a client sends binary data before authentication. |
AuthStatus |
QuickAuthenticationHandler.askAuthentication(ClientHandler handler)
|
AuthStatus |
QuickAuthenticationHandler.handleAuthentication(ClientHandler handler,
java.lang.String data)
|
AuthStatus |
QuickAuthenticationHandler.handleAuthentication(ClientHandler handler,
java.lang.Object data)
|
AuthStatus |
QuickAuthenticationHandler.handleAuthentication(ClientHandler handler,
byte[] data)
|
Uses of AuthStatus in org.quickserver.net.server.impl |
Methods in org.quickserver.net.server.impl that return AuthStatus | |
protected AuthStatus |
BasicClientHandler.processAuthorisation()
|
|
QuickServer v1.4.6 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |