|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.security.ILoginInfoProvider.GuestUserLoginHandler
Nested Class Summary |
Nested classes inherited from class org.caleigo.security.ILoginInfoProvider |
ILoginInfoProvider.GuestUserLoginHandler |
Field Summary | |
static int |
MAX_LOGIN_TRIES
|
Constructor Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MAX_LOGIN_TRIES
Constructor Detail |
public ILoginInfoProvider.GuestUserLoginHandler()
Method Detail |
public java.lang.Object getUserLoginInformation() throws java.lang.SecurityException
getUserLoginInformation
in interface ILoginInfoProvider
java.lang.SecurityException
public void handleError(java.lang.String message)
handleError
in interface ILoginInfoProvider
public int getMaximumNumberOfLoginTries()
getMaximumNumberOfLoginTries
in interface ILoginInfoProvider
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |