Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
UserEntity |
ArangoDriver.getUser(String username)
Returns a database user.
|
UserEntity |
InternalUsersDriver.getUser(String database,
String username) |
Modifier and Type | Method and Description |
---|---|
List<UserEntity> |
ArangoDriver.getUsers()
Returns all database user.
|
List<DocumentEntity<UserEntity>> |
ArangoDriver.getUsersDocument()
Returns all database user as document.
|
Modifier and Type | Method and Description |
---|---|
BooleanResultEntity |
InternalDatabaseDriver.createDatabase(String database,
UserEntity... users) |
BooleanResultEntity |
ArangoDriver.createDatabase(String database,
UserEntity... users)
This method creates a database
|
Modifier and Type | Method and Description |
---|---|
UserEntity |
EntityDeserializers.UserEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
InternalUsersDriverImpl.getUser(String database,
String username) |
Modifier and Type | Method and Description |
---|---|
BooleanResultEntity |
InternalDatabaseDriverImpl.createDatabase(String database,
UserEntity... users) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.