Uses of Class
com.logicaldoc.core.security.Session
-
Packages that use Session Package Description com.logicaldoc.core Core plug-in that contains the most important domain objectscom.logicaldoc.core.automation Automation subsystem that allows you to program your own logic inside the platform.
The automation engine can be accessed through the classAutomation
Please note the special annotationAutomationDictionarythat is used to automatically put in the Dictionary whatever bean you need.com.logicaldoc.core.dashlet com.logicaldoc.core.security com.logicaldoc.core.security.dao com.logicaldoc.dropbox com.logicaldoc.web.service GWT services implementations.com.logicaldoc.web.util com.logicaldoc.web.websockets com.logicaldoc.webservice -
-
Uses of Session in com.logicaldoc.core
Methods in com.logicaldoc.core with parameters of type Session Modifier and Type Method Description voidHistory. setSession(Session session)This setter sets the sessionId, userId, username and other informations that can be captured by the given session -
Uses of Session in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that return Session Modifier and Type Method Description SessionSecurityTool. getSession(String sid)Retrieves a session by it's identifier -
Uses of Session in com.logicaldoc.core.dashlet
Methods in com.logicaldoc.core.dashlet that return Session Modifier and Type Method Description static SessionDashletContent. validateSession(javax.servlet.http.HttpServletRequest request) -
Uses of Session in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return Session Modifier and Type Method Description SessionSessionManager. createSession(User user, Client client)Creates a new session by authenticated the given user and stores it in the pool of opened sessionsSessionSessionManager. get(Object sid)SessionSessionManager. getByClientId(String clientId)Gets the session of the given clientSessionSessionManager. getSession(javax.servlet.http.HttpServletRequest request)Gets the Session with the identifier returned bySessionManager.getSessionId(HttpServletRequest)SessionSessionManager. newSession(String username, String password, Client client)Creates a new session by authenticated the given user and stores it in the pool of opened sessionsSessionSessionManager. newSession(String username, String password, String key, Client client)Creates a new session by authenticating the given user and stores it in the pool of opened sessionsSessionSessionManager. remove(Object sid)Methods in com.logicaldoc.core.security that return types with arguments of type Session Modifier and Type Method Description List<Session>SessionManager. getSessions()Returns the list of sessions of the current node ordered by ascending status and creation date.Methods in com.logicaldoc.core.security with parameters of type Session Modifier and Type Method Description intSession. compareTo(Session o)voidSessionListener. onSessionCreated(Session session) -
Uses of Session in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return Session Modifier and Type Method Description SessionHibernateSessionDAO. findBySid(String sid)SessionSessionDAO. findBySid(String sid)Retrieves the session of the given SIDMethods in com.logicaldoc.core.security.dao that return types with arguments of type Session Modifier and Type Method Description List<Session>HibernateSessionDAO. findByNode(String node)List<Session>SessionDAO. findByNode(String node)Retrieves the session of the given nodeMethods in com.logicaldoc.core.security.dao with parameters of type Session Modifier and Type Method Description voidHibernateSessionDAO. initialize(Session session) -
Uses of Session in com.logicaldoc.dropbox
Methods in com.logicaldoc.dropbox that return Session Modifier and Type Method Description static SessionSessionUtil. validateSession(String sid)Throws a runtime exception id the given session is invalidstatic SessionSessionUtil. validateSession(javax.servlet.http.HttpServletRequest request)Methods in com.logicaldoc.dropbox with parameters of type Session Modifier and Type Method Description static LocaleSessionUtil. currentLocale(Session session) -
Uses of Session in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service with parameters of type Session Modifier and Type Method Description static GUIDocumentDocumentServiceImpl. getDocument(Session session, long docId)static GUIFolderFolderServiceImpl. getFolder(Session session, long folderId)static GUIFolderFolderServiceImpl. getFolder(Session session, long folderId, boolean computePath)static List<SearchOptions>SearchServiceImpl. getSearches(Session session)Load all the search options associated to all the searches saved for the current userGUISessionSecurityServiceImpl. loadSession(Session sess, String locale)Used internally by login procedures, instantiates a new GUISession by a given authenticated user -
Uses of Session in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util that return Session Modifier and Type Method Description static SessionServiceUtil. checkEvenOneMenu(javax.servlet.http.HttpServletRequest request, long... menuIds)Checks if a specific menu is accessible by the user in the current sessionstatic SessionServletUtil. checkEvenOneMenu(javax.servlet.http.HttpServletRequest request, long... menuIds)Checks if at least one of the given menus is accessible by the user in the current sessionstatic SessionServiceUtil. checkMenu(javax.servlet.http.HttpServletRequest request, long menuId)Check if a specific menu is accessible by the user in the current sessionstatic SessionServletUtil. checkMenu(javax.servlet.http.HttpServletRequest request, long menuId)static SessionServiceUtil. validateSession(String sid)Throws a runtime exception id the given session is invalidstatic SessionServiceUtil. validateSession(javax.servlet.http.HttpServletRequest request)static SessionServletUtil. validateSession(javax.servlet.http.HttpServletRequest request)Methods in com.logicaldoc.web.util with parameters of type Session Modifier and Type Method Description static LocaleServiceUtil. currentLocale(Session session)static booleanServiceUtil. executeLongRunningOperation(String name, Runnable runnable, Session session)Executes a given operation and waits a given amount of time for it's completion, if it does not complete in time the thread is left running in background.static ObjectServiceUtil. throwServerException(Session session, org.slf4j.Logger logger, Throwable t) -
Uses of Session in com.logicaldoc.web.websockets
Methods in com.logicaldoc.web.websockets with parameters of type Session Modifier and Type Method Description voidWebsocketTool. openUrl(Session session, String url, String target)Send to the Interface the command to open an URLvoidWebsocketTool. showMessage(Session session, String message, String level)Send to the Interface the command to display a message -
Uses of Session in com.logicaldoc.webservice
Methods in com.logicaldoc.webservice that return Session Modifier and Type Method Description static SessionWebserviceServletUtil. validateSession(String sid)Throws a runtime exception id the given session is invalidstatic SessionWebserviceServletUtil. validateSession(javax.servlet.http.HttpServletRequest request)
-