com.bankframe.fe.statemachine.ext.sessionmanagers
Class UserSession

java.lang.Object
  extended by com.bankframe.fe.statemachine.base.sessionmanagers.UserSession
      extended by com.bankframe.fe.statemachine.ext.sessionmanagers.UserSession
All Implemented Interfaces:
IUserSession, Serializable
Direct Known Subclasses:
UserSession, UserSession

public abstract class UserSession
extends UserSession
implements IUserSession

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bankframe.fe.statemachine.base.sessionmanagers.IUserSession
STATE_ID_SOURCE_REQUEST, STATE_ID_SOURCE_REQUEST_THEN_SESSION, STATE_ID_SOURCE_SESSION, STATE_ID_SOURCE_SESSION_THEN_REQUEST, STATE_ID_SOURCE_UNDEFINED
 
Constructor Summary
UserSession()
           
 
Method Summary
 void clearAll()
           
 void clearAllHistory()
          This method will clear all state and visit history.
 void clearKeys(Collection keys)
           
 Object getAttribute(String attributeName)
           
 Enumeration getAttributeNames()
           
 void setAttribute(String attributeName, Object attributeValue)
           
 
Methods inherited from class com.bankframe.fe.statemachine.base.sessionmanagers.UserSession
addAuthToken, addStateVisit, getHistory, getHistoryStar, getLocale, getMostRecentVisit, getSessionData, getStateIdSource, hasAllAuthTokens, hasAuthToken, invalidate, removeAllAuthTokens, removeAuthToken, setLocale, setStateIdSource, wasStateVisited
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bankframe.fe.statemachine.base.sessionmanagers.IUserSession
addAuthToken, addStateVisit, getHistory, getHistoryStar, getId, getLocale, getMostRecentVisit, getSessionData, getStateIdSource, hasAllAuthTokens, hasAuthToken, removeAllAuthTokens, removeAuthToken, setLocale, setStateIdSource, wasStateVisited
 

Constructor Detail

UserSession

public UserSession()
Method Detail

getAttribute

public Object getAttribute(String attributeName)
See Also:
IUserSession.getAttribute(String)

getAttributeNames

public Enumeration getAttributeNames()
See Also:
IUserSession.getAttributeNames()

setAttribute

public void setAttribute(String attributeName,
                         Object attributeValue)
See Also:
IUserSession.setAttribute(String, Object)

clearAll

public void clearAll()

clearKeys

public void clearKeys(Collection keys)

clearAllHistory

public void clearAllHistory()
This method will clear all state and visit history.



Copyright © 2005, 2007, Oracle. All rights reserved.