Package | Description |
---|---|
org.alfresco.repo.webdav.auth |
Modifier and Type | Class and Description |
---|---|
class |
WebDAVUser
WebDAV User Class
|
Modifier and Type | Method and Description |
---|---|
protected SessionUser |
BaseAuthenticationFilter.createUserEnvironment(javax.servlet.http.HttpSession session,
String userName)
Callback to create the User environment as appropriate for a filter impl
|
protected SessionUser |
BaseAuthenticationFilter.createUserEnvironment(javax.servlet.http.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(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
boolean externalAuth)
Callback to get the specific impl of the Session User for a filter.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.