Uses of Class
com.logicaldoc.core.security.Session
Package
Description
Core plug-in that contains the most important domain objects
Automation subsystem that allows you to program your own logic inside the
platform.
The automation engine can be accessed through the class
Please note the special annotation
The automation engine can be accessed through the class
Automation
Please note the special annotation
AutomationDictionary
that is used to
automatically put in the Dictionary whatever bean you need.Container of the security-related interfaces and classes
GWT services implementations.
-
Uses of Session in com.logicaldoc.core
Modifier and TypeMethodDescriptionvoid
History.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
Modifier and TypeMethodDescriptionSecurityTool.getSession
(String sid) Retrieves a session by it's identifier -
Uses of Session in com.logicaldoc.core.dashlet
Modifier and TypeMethodDescriptionstatic Session
DashletContent.validateSession
(javax.servlet.http.HttpServletRequest request) -
Uses of Session in com.logicaldoc.core.security
Modifier and TypeMethodDescriptionSessionManager.createSession
(User user, Client client) Creates a new session by authenticating the given user and stores it in the pool of opened sessionsRetrieves the session of the given SIDSessionManager.getByClientId
(String clientId) Gets the session of the given clientSessionManager.getByDictionaryValue
(String key, Object value) Gets the session with the specified dictionary valueSessionManager.getSession
(javax.servlet.http.HttpServletRequest request) Gets the Session with the identifier returned bySessionManager.getSessionId(HttpServletRequest)
SessionManager.newSession
(String username, String password, Client client) Creates a new session by authenticating the given user and stores it in the pool of opened sessionsSessionManager.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 sessionsModifier and TypeMethodDescriptionHibernateSessionDAO.findByNode
(String node) SessionDAO.findByNode
(String node) Retrieves the session of the given nodeSessionManager.getSessions()
Returns the list of sessions of the current node ordered by ascending status and creation date.Modifier and TypeMethodDescriptionint
void
HibernateSessionDAO.initialize
(Session session) void
SessionListener.onSessionCreated
(Session session) -
Uses of Session in com.logicaldoc.dropbox
Modifier and TypeMethodDescriptionstatic Session
DropboxServiceImpl.validateSession
(javax.servlet.http.HttpServletRequest request) -
Uses of Session in com.logicaldoc.web
-
Uses of Session in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionDocumentServiceImpl.getDocument
(Session session, long docId) static List<SearchOptions>
SearchServiceImpl.getSearches
(Session session) Load all the search options associated to all the searches saved for the current userSecurityServiceImpl.loadSession
(Session session, String locale) Used internally by login procedures, instantiates a new GUISession by a given authenticated user -
Uses of Session in com.logicaldoc.web.util
Modifier and TypeMethodDescriptionstatic Session
ServletUtil.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 Session
ServletUtil.checkMenu
(javax.servlet.http.HttpServletRequest request, long menuId) static Session
ServletUtil.validateSession
(String sid) Throws a runtime exception id the given session is invalidstatic Session
ServletUtil.validateSession
(javax.servlet.http.HttpServletRequest request) -
Uses of Session in com.logicaldoc.web.websockets
-
Uses of Session in com.logicaldoc.webservice
Modifier and TypeMethodDescriptionstatic Session
WebserviceServletUtil.validateSession
(String sid) Throws a runtime exception id the given session is invalidstatic Session
WebserviceServletUtil.validateSession
(javax.servlet.http.HttpServletRequest request)