|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Handles the retreival of user login information. Typically an IUserLoginHandler asks the user for a user name and a password.
Nested Class Summary | |
static class |
ILoginInfoProvider.GuestUserLoginHandler
|
Method Summary | |
int |
getMaximumNumberOfLoginTries()
Returns the maximum number of times a user is allowed to try to login before the application exits. |
java.lang.Object |
getUserLoginInformation()
Returns an Object that represents user login information. |
void |
handleError(java.lang.String message)
Invoked when an error occured while logging in with the user login information returned by this IUserLoginHandler. |
Method Detail |
public java.lang.Object getUserLoginInformation() throws java.lang.SecurityException
null
is returned.
java.lang.SecurityException
public void handleError(java.lang.String message)
public int getMaximumNumberOfLoginTries()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |