Package | Description |
---|---|
org.alfresco.web.app | |
org.alfresco.web.app.servlet | |
org.alfresco.web.bean | |
org.alfresco.web.ui.repo.component.template |
Modifier and Type | Method and Description |
---|---|
static User |
Application.getCurrentUser(FacesContext context) |
static User |
Application.getCurrentUser(HttpSession session) |
Modifier and Type | Method and Description |
---|---|
static void |
Application.setCurrentUser(FacesContext context,
User user) |
Modifier and Type | Method and Description |
---|---|
static User |
AuthenticationHelper.getUser(ServletContext sc,
HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Attempts to retrieve the User object stored in the current session.
|
static User |
AuthenticationHelper.portalGuestAuthenticate(org.springframework.web.context.WebApplicationContext ctx,
AuthenticationService auth)
For no previous authentication or forced Guest - attempt Guest access
|
static User |
AuthenticationHelper.setUser(ServletContext context,
HttpServletRequest req,
String currentUsername,
String ticket,
boolean externalAuth)
Creates an object for an authenticated user and stores it in the session.
|
Modifier and Type | Method and Description |
---|---|
User |
NavigationBean.getCurrentUser() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
DefaultModelHelper.buildDefaultModel(ServiceRegistry services,
User user,
org.alfresco.service.cmr.repository.NodeRef template)
Construct the default FreeMarker template model.
|
static Map<String,Object> |
DefaultModelHelper.buildDefaultModel(ServiceRegistry services,
User user,
org.alfresco.service.cmr.repository.NodeRef template,
TemplateImageResolver resolver)
Construct the default FreeMarker template model.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.