|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.caleigo.security.ILoginHandler.DefaultLoginHandler
Default implementation of ILoginHandler that acceps all logins and logouts. All logins gets the user is guest.
| Nested Class Summary |
| Nested classes inherited from class org.caleigo.security.ILoginHandler |
ILoginHandler.DefaultLoginHandler |
| Constructor Summary | |
ILoginHandler.DefaultLoginHandler()
|
|
| Method Summary | |
UserInfo |
login(java.lang.Object loginInformation)
Tries to log in a user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ILoginHandler.DefaultLoginHandler()
| Method Detail |
public UserInfo login(java.lang.Object loginInformation)
login in interface ILoginHandlerloginInformation - An object that contains login information, such as user name, password.
null otherwise.
java.lang.SecurityException - if the login fails.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||