Package ru.slie.luna.security
Interface UserSession
- All Superinterfaces:
org.springframework.session.Session
public interface UserSession
extends org.springframework.session.Session
-
Method Summary
Methods inherited from interface org.springframework.session.Session
changeSessionId, getAttribute, getAttributeNames, getAttributeOrDefault, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getRequiredAttribute, isExpired, removeAttribute, setAttribute, setLastAccessedTime, setMaxInactiveInterval
-
Method Details
-
isDirty
boolean isDirty() -
resetDirty
void resetDirty()
-