public class UserEntity extends BaseEntity
Constructor and Description |
---|
UserEntity() |
UserEntity(String username,
String password,
Boolean active,
Map<String,Object> extra) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getExtra() |
String |
getPassword() |
String |
getUsername() |
Boolean |
isActive() |
void |
setActive(Boolean active) |
void |
setExtra(Map<String,Object> extra) |
void |
setPassword(String password) |
void |
setUsername(String username) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.