Class UserEntity

    • Constructor Detail

      • UserEntity

        public UserEntity()
    • Method Detail

      • getUser

        public String getUser()
        Returns:
        The name of the user as a string
      • getActive

        public Boolean getActive()
        Returns:
        An flag that specifies whether the user is active
      • getExtra

        public Map<String,​Object> getExtra()
        Returns:
        An object with arbitrary extra data about the user
      • getChangePassword

        public Boolean getChangePassword()