|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserManager.Status | |
|---|---|
| userman | This module of the Environmental Simulation Project web application supports user management. |
| Uses of UserManager.Status in userman |
|---|
| Methods in userman that return UserManager.Status | |
|---|---|
UserManager.Status |
UserManager.attemptLogin(java.lang.String name,
java.lang.String password)
Attempts to look up a user in the database with the given login information. |
UserManager.Status |
UserManager.attemptRegister(java.lang.String name,
java.lang.String password)
Attempts to add a new user to the database |
static UserManager.Status |
UserManager.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserManager.Status[] |
UserManager.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||