deegree 2.5 (2011/06/29 09:44 build-8-official)

Uses of Class
org.deegree.security.session.Session

Packages that use Session
org.deegree.security.session   
 

Uses of Session in org.deegree.security.session
 

Methods in org.deegree.security.session that return Session
static Session MemoryBasedSessionManager.createSession()
          creates a session for an anonymous user that never expires
static Session MemoryBasedSessionManager.createSession(int duration)
          creates a session for an anonymous user that expires after the passed duration after the last access to it.
static Session MemoryBasedSessionManager.createSession(java.lang.String user)
          creates a session that never expires for a named user who will be authentificated through his name and password.
static Session MemoryBasedSessionManager.createSession(java.lang.String user, int duration)
          creates a session for a named user who will be authentificated through his name and password.
 Session MemoryBasedSessionManager.getSessionByID(java.lang.String id)
          returns the session identified by its ID.
 Session SessionManager.getSessionByID(java.lang.String id)
          returns the session identified by its ID.
 Session MemoryBasedSessionManager.getSessionByUser(java.lang.String user)
          returns the session assigned to the passed user.
 Session SessionManager.getSessionByUser(java.lang.String user)
          returns the session assigned to the passed user.
 Session MemoryBasedSessionManager.removeSessionByID(java.lang.String id)
          removes a session identified by its ID from the session managment. the removed session will be returned.
 Session SessionManager.removeSessionByID(java.lang.String id)
          removes a session identified by its ID from the session managment. the removed session will be returned.
 

Methods in org.deegree.security.session with parameters of type Session
 void MemoryBasedSessionManager.addSession(Session session)
          adds a session to the session managment. the session will be stored within two lists. one addresses the session with its ID the other with its user name.
 void SessionManager.addSession(Session session)
          adds a session to the session managment. the session will be stored within two lists. one addresses the session with its ID the other with its user name.
 


deegree 2.5 (2011/06/29 09:44 build-8-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org