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 SessionUserBaseAuthenticationFilter.createUserEnvironment(jakarta.servlet.http.HttpSession session, String userName) Callback to create the User environment as appropriate for a filter implprotected SessionUserBaseAuthenticationFilter.createUserEnvironment(jakarta.servlet.http.HttpSession session, String userName, String ticket, boolean externalAuth) Callback to create the User environment as appropriate for a filter impl.protected SessionUserBaseAuthenticationFilter.createUserObject(String userName, String ticket, NodeRef personNode, NodeRef homeSpaceRef) Create the user object that will be stored in the session.protected SessionUserBaseAuthenticationFilter.getSessionUser(jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, boolean externalAuth) Callback to get the specific impl of the Session User for a filter.