|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectapplicationLogic.authentication.Login
public class Login
Authenticate user for logging in.
Constructor Summary | |
---|---|
Login()
|
Method Summary | |
---|---|
static java.lang.String[] |
authenticate(java.lang.String username,
java.lang.String password)
Get the user type of a user with matching 'username' and 'password'. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Login()
Method Detail |
---|
public static java.lang.String[] authenticate(java.lang.String username, java.lang.String password)
username
- User name for authentication.password
- Password for the authentication.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |