Package org.silverpeas.core.web.session
Class OneShotSessionInfo
- java.lang.Object
-
- org.silverpeas.core.security.session.SessionInfo
-
- org.silverpeas.core.web.session.OneShotSessionInfo
-
- All Implemented Interfaces:
SilverpeasUserSession
public class OneShotSessionInfo extends SessionInfo
A Silverpeas user session built dedicated for one shot requests.No HTTP session is created into this context.
The session identifier is built on object instantiation. It is composed of 'oneshot-' prefix and an UUID.
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.security.session.SessionInfo
NoneSession
-
-
Method Summary
-
Methods inherited from class org.silverpeas.core.security.session.SessionInfo
getAttribute, getCache, getId, getIPAddress, getLastAccessTimestamp, getLastIdleDuration, getOpeningTimestamp, getSessionId, getUser, getUserDetail, isAnonymous, isDefined, isOneShot, onClosed, setAsIdle, setAsOneShot, setAttribute, setIPAddress, unsetAttribute, updateLastAccess
-
-