ggz.client.core
Class LoginType

java.lang.Object
  extended by ggz.client.core.LoginType

public class LoginType
extends java.lang.Object

This controls the type of login a user chooses. A different value will require different information to be sent to the server.


Field Summary
static LoginType GGZ_LOGIN
          Standard login; uname and correct passwd needed.
static LoginType GGZ_LOGIN_GUEST
          Guest login; only a uname is required.
static LoginType GGZ_LOGIN_NEW
          New user login; only a uname is required.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GGZ_LOGIN

public static final LoginType GGZ_LOGIN
Standard login; uname and correct passwd needed.


GGZ_LOGIN_GUEST

public static final LoginType GGZ_LOGIN_GUEST
Guest login; only a uname is required.


GGZ_LOGIN_NEW

public static final LoginType GGZ_LOGIN_NEW
New user login; only a uname is required. Password will be assigned by the server (but can be passed along).

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object