Uses of Class
com.c8db.entity.Permissions
-
Packages that use Permissions Package Description com.c8db com.c8db.entity com.c8db.internal com.c8db.internal.velocypack com.c8db.model -
-
Uses of Permissions in com.c8db
Methods in com.c8db that return Permissions Modifier and Type Method Description PermissionsC8Collection. getPermissions(String user)Get the collection access levelPermissionsC8Database. getPermissions(String user)Get specific database access levelMethods in com.c8db with parameters of type Permissions Modifier and Type Method Description voidC8Collection. grantAccess(String user, Permissions permissions)Grants or revoke access to the collection for user user.voidC8Database. grantAccess(String user, Permissions permissions)Grants or revoke access to the database for useruser.voidC8DB. grantDefaultCollectionAccess(String user, Permissions permissions)Sets the default access level for collections for the useruser.voidC8DB. grantDefaultDatabaseAccess(String user, Permissions permissions)Sets the default access level for databases for the useruser. -
Uses of Permissions in com.c8db.entity
Methods in com.c8db.entity that return Permissions Modifier and Type Method Description static PermissionsPermissions. 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.c8db.internal
Methods in com.c8db.internal that return Permissions Modifier and Type Method Description PermissionsC8CollectionImpl. getPermissions(String user)PermissionsC8DatabaseImpl. getPermissions(String user)Methods in com.c8db.internal that return types with arguments of type Permissions Modifier and Type Method Description protected C8Executor.ResponseDeserializer<Permissions>InternalC8Collection. getPermissionsResponseDeserialzer()protected C8Executor.ResponseDeserializer<Permissions>InternalC8Database. getPermissionsResponseDeserialzer()Methods in com.c8db.internal with parameters of type Permissions Modifier and Type Method Description voidC8CollectionImpl. grantAccess(String user, Permissions permissions)voidC8DatabaseImpl. grantAccess(String user, Permissions permissions)protected RequestInternalC8Collection. grantAccessRequest(String user, Permissions permissions)protected RequestInternalC8Database. grantAccessRequest(String user, Permissions permissions)voidC8DBImpl. grantDefaultCollectionAccess(String user, Permissions permissions)voidC8DBImpl. grantDefaultDatabaseAccess(String user, Permissions permissions)protected RequestInternalC8DB. updateUserDefaultCollectionAccessRequest(String user, Permissions permissions)protected RequestInternalC8DB. updateUserDefaultDatabaseAccessRequest(String user, Permissions permissions) -
Uses of Permissions in com.c8db.internal.velocypack
Fields in com.c8db.internal.velocypack with type parameters of type Permissions Modifier and Type Field Description static com.arangodb.velocypack.VPackDeserializer<Permissions>VPackDeserializers. PERMISSIONSstatic com.arangodb.velocypack.VPackSerializer<Permissions>VPackSerializers. PERMISSIONS -
Uses of Permissions in com.c8db.model
Methods in com.c8db.model that return Permissions Modifier and Type Method Description protected PermissionsUserAccessOptions. getGrant()Methods in com.c8db.model with parameters of type Permissions Modifier and Type Method Description static UserAccessOptionsOptionsBuilder. build(UserAccessOptions options, Permissions grant)protected UserAccessOptionsUserAccessOptions. grant(Permissions grant)
-