Interface HASession

    • Method Detail

      • isDirty

        boolean isDirty()
        this returns the dirty flag
      • setDirty

        void setDirty​(boolean value)
        this sets the dirty flag
        Parameters:
        value -
      • setSsoId

        void setSsoId​(String ssoId)
        this sets the ssoId
        Specified by:
        setSsoId in interface Session
        Parameters:
        ssoId -
      • getUserName

        String getUserName()
        this returns the user name
      • setUserName

        void setUserName​(String userName)
        this sets the user name
        Parameters:
        userName -
      • sync

        void sync()
      • incrementVersion

        long incrementVersion()
      • setVersion

        void setVersion​(long value)
      • isPersistent

        boolean isPersistent()
      • setPersistent

        void setPersistent​(boolean value)