|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoginStore
The store for saving user login information
| Method Summary | |
|---|---|
LoginInfo |
getLoginInfo(User user)
Called to get the login information about a user |
void |
storeLoginInfo(User user)
Called to store login information about a user |
| Method Detail |
|---|
void storeLoginInfo(User user)
user - the user in play. This MUST not be nullLoginInfo getLoginInfo(User user)
user - the user in play. This MUST not be null.
LoginInfo object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||