|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LoginDialog.ILoginActionListener
An interface to be implemented by any class using this dialog, it is used in implementing the authentication code.
Method Summary | |
---|---|
boolean |
authenticateUser(java.lang.String userName,
char[] password)
Authenticate the user with the given userName and password |
void |
cancelLogin()
Indicates that the user cancelled the login operation |
boolean |
changePassword()
Used to initiate the Changing password code. |
Method Detail |
---|
boolean authenticateUser(java.lang.String userName, char[] password)
userName
and password
userName
- the User Name in the DB to authenticate with.password
- the password to authenticate against.
true
if this login is a correct user and password, false
otherwise.void cancelLogin()
boolean changePassword()
true if the user changed his password successfully, false
otherwise.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD