Uses of Interface
org.alfresco.repo.SessionUser
Packages that use SessionUser
-
Uses of SessionUser in org.alfresco.repo.webdav.auth
Classes in org.alfresco.repo.webdav.auth that implement SessionUserMethods in org.alfresco.repo.webdav.auth that return SessionUserModifier and TypeMethodDescriptionprotected SessionUser
BaseAuthenticationFilter.createUserEnvironment
(javax.servlet.http.HttpSession session, String userName) Callback to create the User environment as appropriate for a filter implprotected 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, NodeRef personNode, 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.