com.bankframe.fe.statemachine.ext.sessionmanagers
Interface IUserSession
- All Superinterfaces:
- IUserSession
public interface IUserSession
- extends IUserSession
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 |
getAttributeNames
Enumeration getAttributeNames()
getAttribute
Object getAttribute(String attributeName)
setAttribute
void setAttribute(String attributeName,
Object attributeValue)
clearAll
void clearAll()
- This method clears the user session of all data.
clearKeys
void clearKeys(Collection keys)
- This method clears the user session of data specified by the collection of key names.
- Parameters:
keys
- Collection
clearAllHistory
void clearAllHistory()
- This method will clear all state and visit history.
Copyright © 2005, 2007, Oracle. All rights reserved.