|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.html.UserInfo
public class UserInfo
| 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 |
|---|
public java.lang.String userName
public java.lang.String password
public int accessType
public static int ADMIN_USER
public int ORD_USER
| Constructor Detail |
|---|
public UserInfo()
HttpServerImpl(int port, boolean authentication)
public UserInfo(java.lang.String user,
java.lang.String pass,
int type)
login - name of the userpassword - of the userAccess - type of the user
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||