Uses of Interface
com.bankframe.fe.statemachine.base.sessionmanagers.IUserSession

Packages that use IUserSession
com.bankframe.fe.statemachine.base   
com.bankframe.fe.statemachine.base.apploaders   
com.bankframe.fe.statemachine.base.sessionmanagers   
com.bankframe.fe.statemachine.ext.apploaders.sax   
com.bankframe.fe.statemachine.ext.sessionmanagers   
com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory   
com.bankframe.fe.statemachine.ext.sessionmanagers.servlet   
 

Uses of IUserSession in com.bankframe.fe.statemachine.base
 

Methods in com.bankframe.fe.statemachine.base that return IUserSession
 IUserSession RequestContext.getUserSession()
          Returns the UserSession for the current request.
 

Methods in com.bankframe.fe.statemachine.base with parameters of type IUserSession
static boolean StateBlocker.blockState(java.lang.String stateId, IUserSession userSession)
           
static void StateBlocker.updateLastState(java.lang.String stateId, IUserSession userSession)
           
static boolean EventBlocker.blockEvent(java.lang.String stateId, java.lang.String eventName, IUserSession userSession)
           
 void RequestContext.setUserSession(IUserSession userSession)
          Sets the UserSession for the current request.
 

Uses of IUserSession in com.bankframe.fe.statemachine.base.apploaders
 

Methods in com.bankframe.fe.statemachine.base.apploaders with parameters of type IUserSession
 boolean IState.acceptsSession(IUserSession session)
          Returns true if the given user session has permission to be in this state.
 boolean State.acceptsSession(IUserSession session)
          This implementation of acceptsSession checks the authTokens contained in the user session against an internal list auth tokens.
 boolean IEvent.acceptsSession(IUserSession session)
          Returns true if the given user session has permission to fire this event.
 boolean StartupEvent.acceptsSession(IUserSession session)
          Returns true if the given user session has permission to fire this event.
 boolean Event.acceptsSession(IUserSession session)
          This implementation of acceptsSession checks the authTokens contained in the user session against an internal list auth tokens.
 

Uses of IUserSession in com.bankframe.fe.statemachine.base.sessionmanagers
 

Classes in com.bankframe.fe.statemachine.base.sessionmanagers that implement IUserSession
 class UserSession
           
 

Methods in com.bankframe.fe.statemachine.base.sessionmanagers that return IUserSession
 IUserSession IUserSessionManager.getSession(RequestContext requestContext)
          Returns an IUserSession based on the contents of the requestContext.
 

Methods in com.bankframe.fe.statemachine.base.sessionmanagers with parameters of type IUserSession
 void IUserSessionManager.deleteSession(IUserSession session)
          Deletes a session.
 

Uses of IUserSession in com.bankframe.fe.statemachine.ext.apploaders.sax
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax with parameters of type IUserSession
 boolean Event.acceptsSession(IUserSession session)
           
 boolean State.acceptsSession(IUserSession session)
          Returns true if the user session passed in can be in this state.
 

Uses of IUserSession in com.bankframe.fe.statemachine.ext.sessionmanagers
 

Subinterfaces of IUserSession in com.bankframe.fe.statemachine.ext.sessionmanagers
 interface IUserSession
           
 

Uses of IUserSession in com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory
 

Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory that return IUserSession
 IUserSession UserSessionManager.getNewSession(java.lang.String userSessionId)
           
 IUserSession UserSessionManager.getNewSession()
          Returns a new IUserSession.
 IUserSession UserSessionManager.getSession(java.lang.String id)
          Returns the IUserSession with the given Id.
 IUserSession UserSessionManager.getSession(RequestContext requestContext)
          Returns an IUserSession based on the contents of the requestContext.
 

Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory with parameters of type IUserSession
 void UserSessionManager.deleteSession(IUserSession session)
          Deletes a session.
 

Uses of IUserSession in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet
 

Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet that return IUserSession
 IUserSession UserSessionManager.getSession(RequestContext requestContext)
          Returns an IUserSession based on the contents of the requestContext.
 

Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet with parameters of type IUserSession
 void UserSessionManager.deleteSession(IUserSession session)
          Deletes a session.
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.