Uses of Interface
org.norther.tammi.spray.session.AuthenticatedSession

Packages that use AuthenticatedSession
org.norther.tammi.spray.session   
 

Uses of AuthenticatedSession in org.norther.tammi.spray.session
 

Classes in org.norther.tammi.spray.session that implement AuthenticatedSession
 class DefaultSession
          A default implementation of AuthenticatdSession.
 

Methods in org.norther.tammi.spray.session that return AuthenticatedSession
 AuthenticatedSession DefaultSessionManager.createSession()
           
 AuthenticatedSession Manager.createSession()
          Constructs a new session based on the default settings specified by manager properties.
 AuthenticatedSession DefaultSessionManager.createSession(String id)
           
 AuthenticatedSession Manager.createSession(String id)
          Constructs a new session based on the default settings specified by manager properties.
 AuthenticatedSession SessionExpirationEvent.getSession()
          Gets the expired session.
 AuthenticatedSession DefaultSessionManager.getSession(String id)
           
 AuthenticatedSession Manager.getSession(String id)
          Gets the active session with the specified session id.
 AuthenticatedSession DefaultSessionManager.registerUserPrincipal(Principal principal, String id)
           
 AuthenticatedSession Manager.registerUserPrincipal(Principal principal, String id)
          Registers a user principal to a session.
 

Constructors in org.norther.tammi.spray.session with parameters of type AuthenticatedSession
SessionExpirationEvent(AuthenticatedSession session)
          Constructs a new event.
 



Copyright © 2004 The Norther Organization. All rights reserved.