Uses of Class
com.arangodb.entity.Permissions
-
Packages that use Permissions Package Description com.arangodb com.arangodb.entity com.arangodb.model -
-
Uses of Permissions in com.arangodb
Methods in com.arangodb that return Permissions Modifier and Type Method Description Permissions
ArangoCollection. getPermissions(String user)
Get the collection access levelPermissions
ArangoDatabase. getPermissions(String user)
Get specific database access levelMethods in com.arangodb with parameters of type Permissions Modifier and Type Method Description void
ArangoCollection. grantAccess(String user, Permissions permissions)
Grants or revoke access to the collection for user user.void
ArangoDatabase. grantAccess(String user, Permissions permissions)
Grants or revoke access to the database for useruser
.void
ArangoDatabase. grantDefaultCollectionAccess(String user, Permissions permissions)
Sets the default access level for collections within this database for the useruser
.void
ArangoDB. grantDefaultCollectionAccess(String user, Permissions permissions)
Sets the default access level for collections for the useruser
.void
ArangoDB. grantDefaultDatabaseAccess(String user, Permissions permissions)
Sets the default access level for databases for the useruser
. -
Uses of Permissions in com.arangodb.entity
Methods in com.arangodb.entity that return Permissions Modifier and Type Method Description static Permissions
Permissions. valueOf(String name)
Returns the enum constant of this type with the specified name.static Permissions[]
Permissions. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Permissions in com.arangodb.model
Methods in com.arangodb.model that return Permissions Modifier and Type Method Description Permissions
UserAccessOptions. getGrant()
Methods in com.arangodb.model with parameters of type Permissions Modifier and Type Method Description static UserAccessOptions
OptionsBuilder. build(UserAccessOptions options, Permissions grant)
-