| Package | Description |
|---|---|
| com.helger.photon.basic.security.login | |
| com.helger.photon.basic.security.login.callback |
| Modifier and Type | Method and Description |
|---|---|
LoginInfo |
LoggedInUserManager.getLoginInfo(String sUserID)
Get the login details of the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<LoginInfo> |
LoggedInUserManager.getAllLoginInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
IUserLoginCallback.onUserLogin(LoginInfo aInfo)
Called when a user is successfully logged in.
|
void |
DefaultUserLoginCallback.onUserLogin(LoginInfo aInfo) |
void |
IUserLogoutCallback.onUserLogout(LoginInfo aInfo)
Called when a user is logged out.
|
void |
DefaultUserLogoutCallback.onUserLogout(LoginInfo aInfo) |
Copyright © 2014–2015 Philip Helger. All rights reserved.