|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Configuration.UserNotifier
Notifier of user login/logout on the session to properly identify configuration value (for user-specific values). Each configuration implementation should implement this interface in order to interface with user manager.
| Method Summary | |
|---|---|
void |
userLoggedIn(Configuration.UserConfig user)
Called when user logged in. |
void |
userLoggedOut()
Called when user logged out. |
| Method Detail |
|---|
void userLoggedIn(Configuration.UserConfig user)
user - user that just logged in.void userLoggedOut()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||