com.adventnet.adaptors.html
Class UserInfo

java.lang.Object
  extended by com.adventnet.adaptors.html.UserInfo

public class UserInfo
extends java.lang.Object


Field Summary
 int accessType
           
static int ADMIN_USER
          This class is used to provide the User Information.
 int ORD_USER
           
 java.lang.String password
           
 java.lang.String userName
           
 
Constructor Summary
UserInfo()
          Primary constructor is used to provide the default user Information.
UserInfo(java.lang.String user, java.lang.String pass, int type)
          Secondary constructor is used to provide the specific user Information.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

public java.lang.String userName

password

public java.lang.String password

accessType

public int accessType

ADMIN_USER

public static int ADMIN_USER
This class is used to provide the User Information.


ORD_USER

public int ORD_USER
Constructor Detail

UserInfo

public UserInfo()
Primary constructor is used to provide the default user Information.

See Also:
HttpServerImpl(int port, boolean authentication)

UserInfo

public UserInfo(java.lang.String user,
                java.lang.String pass,
                int type)
Secondary constructor is used to provide the specific user Information.

Parameters:
login - name of the user
password - of the user
Access - type of the user