Modifier and Type | Method and Description |
---|---|
SessionUser |
AuthenticationHandler.authenticateRequest(ServletContext context,
HttpServletRequest request,
HttpServletResponse response,
String alfrescoContext)
Authenticate user based on information in http request such as Authorization header or else.
|
Modifier and Type | Method and Description |
---|---|
DwsBean |
DwsServiceHandler.createDws(String parentDwsUrl,
String name,
List<UserBean> users,
String title,
List<DocumentBean> documents,
String host,
String context,
SessionUser user)
Creates a document workspace site
|
String |
MeetingServiceHandler.createWorkspace(String title,
String templateName,
int lcid,
TimeZoneInformation timeZoneInformation,
SessionUser user)
Creates a new Meeting Workspace site on the specified Alfresco server.
|
void |
DwsServiceHandler.deleteDws(String dwsUrl,
SessionUser user)
Deletes the current document workspace site and its contents
|
void |
MeetingServiceHandler.deleteWorkspace(String siteName,
SessionUser user)
Deletes the Meeting Workspace site from the specified Alfresco server.
|
Modifier and Type | Method and Description |
---|---|
SessionUser |
DefaultAuthenticationHandler.authenticateRequest(ServletContext context,
HttpServletRequest request,
HttpServletResponse response,
String alfrescoContext) |
Modifier and Type | Method and Description |
---|---|
DwsBean |
AbstractAlfrescoDwsServiceHandler.createDws(String parentDwsUrl,
String name,
List<UserBean> users,
String title,
List<DocumentBean> documents,
String host,
String context,
SessionUser user) |
void |
ShareUtils.createSite(SessionUser user,
String sitePreset,
String shortName,
String title,
String description,
boolean isPublic)
Creates new site using REST API, http method is sent to appropriate web script
|
void |
ShareUtils.createSiteDashboard(org.apache.commons.httpclient.HttpClient httpClient,
String siteName,
SessionUser user,
String sitePreset)
Creates site dashboard
|
String |
AlfrescoMeetingServiceHandler.createWorkspace(String title,
String templateName,
int lcid,
TimeZoneInformation timeZoneInformation,
SessionUser user) |
void |
AbstractAlfrescoDwsServiceHandler.deleteDws(String dwsUrl,
SessionUser user) |
void |
ShareUtils.deleteSite(SessionUser user,
String shortName)
Deletes site using REST API, http method is sent to appropriate web script
|
void |
AlfrescoMeetingServiceHandler.deleteWorkspace(String siteName,
SessionUser user) |
protected String |
AlfrescoDwsServiceHandler.doCreateDws(String dwsName,
String title,
SessionUser user)
Creates a document workspace site
|
protected abstract String |
AbstractAlfrescoDwsServiceHandler.doCreateDws(String dwsName,
String title,
SessionUser user)
Creates a document workspace site
|
protected void |
AlfrescoDwsServiceHandler.doDeleteDws(FileInfo dwsFileInfo,
SessionUser user) |
protected abstract void |
AbstractAlfrescoDwsServiceHandler.doDeleteDws(FileInfo dwsFileInfo,
SessionUser user)
Deletes the current document workspace site and its contents
|
Modifier and Type | Class and Description |
---|---|
class |
WebDAVUser
WebDAV User Class
|
Modifier and Type | Method and Description |
---|---|
protected SessionUser |
BaseAuthenticationFilter.createUserEnvironment(HttpSession session,
String userName)
Callback to create the User environment as appropriate for a filter impl
|
protected SessionUser |
BaseAuthenticationFilter.createUserEnvironment(HttpSession session,
String userName,
String ticket,
boolean externalAuth)
Callback to create the User environment as appropriate for a filter impl.
|
protected SessionUser |
BaseAuthenticationFilter.createUserObject(String userName,
String ticket,
org.alfresco.service.cmr.repository.NodeRef personNode,
org.alfresco.service.cmr.repository.NodeRef homeSpaceRef)
Create the user object that will be stored in the session.
|
protected SessionUser |
BaseAuthenticationFilter.getSessionUser(ServletContext servletContext,
HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
boolean externalAuth)
Callback to get the specific impl of the Session User for a filter.
|
Modifier and Type | Method and Description |
---|---|
protected SessionUser |
WebscriptCookieAuthenticationFilter.createUserObject(String userName,
String ticket,
org.alfresco.service.cmr.repository.NodeRef personNode,
org.alfresco.service.cmr.repository.NodeRef homeSpaceRef) |
protected SessionUser |
NTLMAuthenticationFilter.createUserObject(String userName,
String ticket,
org.alfresco.service.cmr.repository.NodeRef personNode,
org.alfresco.service.cmr.repository.NodeRef homeSpaceRef) |
protected SessionUser |
KerberosAuthenticationFilter.createUserObject(String userName,
String ticket,
org.alfresco.service.cmr.repository.NodeRef personNode,
org.alfresco.service.cmr.repository.NodeRef homeSpaceRef) |
Modifier and Type | Class and Description |
---|---|
class |
User
Bean that represents the currently logged in user
|
Modifier and Type | Method and Description |
---|---|
protected SessionUser |
KerberosAuthenticationHandler.createUserObject(String userName,
String ticket,
org.alfresco.service.cmr.repository.NodeRef personNode,
org.alfresco.service.cmr.repository.NodeRef homeSpaceRef) |
Modifier and Type | Method and Description |
---|---|
protected SessionUser |
NtlmAuthenticationHandler.createUserObject(String userName,
String ticket,
org.alfresco.service.cmr.repository.NodeRef personNode,
org.alfresco.service.cmr.repository.NodeRef homeSpaceRef) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.