Package com.arangodb.entity
Class UserEntity
- java.lang.Object
-
- com.arangodb.entity.UserEntity
-
public final class UserEntity extends Object
- Author:
- Mark Vollmary
- See Also:
- API Documentation
-
-
Constructor Summary
Constructors Constructor Description UserEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getActive()
Boolean
getChangePassword()
Map<String,Object>
getExtra()
String
getUser()
-
-
-
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()
-
-