public interface HASession extends Session
SESSION_CREATED_EVENT, SESSION_DESTROYED_EVENT
Modifier and Type | Method and Description |
---|---|
String |
getSsoId()
this returns the ssoId
|
String |
getUserName()
this returns the user name
|
long |
incrementVersion() |
boolean |
isDirty()
this returns the dirty flag
|
boolean |
isPersistent() |
void |
setDirty(boolean value)
this sets the dirty flag
|
void |
setPersistent(boolean value) |
void |
setSsoId(String ssoId)
this sets the ssoId
|
void |
setUserName(String userName)
this sets the user name
|
void |
setVersion(long value) |
void |
sync() |
access, addSessionListener, endAccess, expire, getAttributes, getAuthType, getCreationTime, getId, getIdInternal, getInfo, getIsValid, getLastAccessedTime, getManager, getMaxInactiveInterval, getNote, getNoteNames, getPrincipal, getSession, getSsoVersion, getVersion, hasExpired, isValid, lockForeground, recycle, removeNote, removeSessionListener, setAuthType, setCreationTime, setId, setManager, setMaxInactiveInterval, setNew, setNote, setPrincipal, setSsoVersion, setValid, unlockForeground
boolean isDirty()
void setDirty(boolean value)
value
- void setSsoId(String ssoId)
String getUserName()
void setUserName(String userName)
userName
- void sync()
long incrementVersion()
void setVersion(long value)
boolean isPersistent()
void setPersistent(boolean value)
Copyright © 2018. All rights reserved.