deegree 2.3 (2010/04/09 10:10 build-4-official)

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

Packages that use SessionStatusException
org.deegree.ogcwebservices.wass.common   
org.deegree.security.session   
 

Uses of SessionStatusException in org.deegree.ogcwebservices.wass.common
 

Methods in org.deegree.ogcwebservices.wass.common that throw SessionStatusException
 void CloseSessionHandler.handleRequest(CloseSession request)
          Closes the session encapsulated in the request.
 String GetSessionHandler.handleRequest(GetSession request)
          Returns a new session ID.
 String GetSessionWASHandler.handleRequest(GetSession request)
          Handles only requests with password authentication method.
 String GetSessionDispatcher.handleRequest(GetSession request)
          Returns a new session ID.
 String GetSessionPasswordHandler.handleRequest(GetSession request)
          Handles only requests with password authentication method.
 String GetSessionAnonymousHandler.handleRequest(GetSession request)
           
 

Uses of SessionStatusException in org.deegree.security.session
 

Subclasses of SessionStatusException in org.deegree.security.session
 class SessionExpiredException
          This exception shall be thrown when a session(ID) will be used that has been expired.
 

Methods in org.deegree.security.session that throw SessionStatusException
 void Session.addAttribute(Object key, Object value)
          adds an attribute to the session. calling this method will reset the expiration date of the encapsulated sessionID
this method throws an exception if the sessinID has been killed or is alive anymore
 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.
 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.
 Object Session.getAttribute(Object key)
          returns the values of the attribute identified by the passed key. calling this method will reset the expiration date of the encapsulated sessionID
this method throws an exception if the sessinID has been killed or is alive anymore
 String SessionID.getId()
          this method throws an exception if the sessinID has been killed or is alive anymore
 Session SessionManager.getSessionByID(String id)
          returns the session identified by its ID.
 Session MemoryBasedSessionManager.getSessionByID(String id)
          returns the session identified by its ID.
 Session SessionManager.getSessionByUser(String user)
          returns the session assigned to the passed user.
 Session MemoryBasedSessionManager.getSessionByUser(String user)
          returns the session assigned to the passed user.
 Object Session.removeAttribute(Object key)
          removes the attribute identified by the passed key from the session. calling this method will reset the expiration date of the encapsulated sessionID
this method throws an exception if the sessinID has been killed or is alive anymore
 void Session.reset()
          resets the expiration date of the session
 void SessionID.reset()
          resets the expiration date to the current timestamp plus duration passed to the constructor when creating the SessionID this method throws an exception if the sessinID has been killed or is alive anymore
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

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