Method Summary |
|
public long | getCreationTime() Accessor for creation time. |
public long | getLastAccessedTime() Accessor for lastAccessed time, which can be used to invalidate Sessions
have not been active since a certain time. |
public SecurityContextTokenInfo | getSecurityInfo() Accessor for the securityInfo field. |
public Sequence | getSequence() Accessor for the sequence field. |
public String | getSessionKey() Accessor for Session Key. |
public Object | getUserData() Accessor for the userData field. |
public void | resetLastAccessedTime() Resets the lastAccessedTime to the current time. |
public void | save() Saves the state of the session using whatever persistence mechanism the
SessionManager offers. |
public void | setSecurityInfo(SecurityContextTokenInfo securityInfo) Mutator for the securityInfo field. |
public void | setSequence(Sequence sequence) Mutator for the securityInfo field. |