Interface UserSession

All Superinterfaces:
org.springframework.session.Session

public interface UserSession extends org.springframework.session.Session
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     

    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()