com.bankframe.fe.statemachine.ext.sessionmanagers
Class UserSession
java.lang.Object
com.bankframe.fe.statemachine.base.sessionmanagers.UserSession
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
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 interface com.bankframe.fe.statemachine.base.sessionmanagers.IUserSession |
addAuthToken, addStateVisit, getHistory, getHistoryStar, getId, getLocale, getMostRecentVisit, getSessionData, getStateIdSource, hasAllAuthTokens, hasAuthToken, removeAllAuthTokens, removeAuthToken, setLocale, setStateIdSource, wasStateVisited |
UserSession
public UserSession()
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.