| Package | Description |
|---|---|
| org.activiti.explorer | |
| org.activiti.explorer.identity | |
| org.activiti.explorer.ui.login | |
| org.activiti.explorer.ui.profile |
| Modifier and Type | Method and Description |
|---|---|
LoggedInUser |
ExplorerApp.getLoggedInUser() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggedInUserImpl
Wrapper around a
User, containing the data of a logged in user
and adding data such as security roles, etc. |
| Modifier and Type | Method and Description |
|---|---|
LoggedInUser |
LoginHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Authenticate the current user.
|
LoggedInUser |
DefaultLoginHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
LoggedInUser |
LoginHandler.authenticate(String userName,
String password)
Authenticate the user with the given username and given password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginHandler.logout(LoggedInUser userTologout)
Called when the user is logged out, should clear all context related
to authorization and authentication for the current logged in user.
|
void |
DefaultLoginHandler.logout(LoggedInUser userToLogout) |
| Modifier and Type | Field and Description |
|---|---|
protected LoggedInUser |
ChangePasswordPopupWindow.currentUser |
Copyright © 2016 Alfresco. All rights reserved.