Class UserEntity

java.lang.Object
com.arangodb.entity.UserEntity

public final class UserEntity extends Object
Author:
Mark Vollmary
  • Constructor Details

    • UserEntity

      public UserEntity()
  • Method Details

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object