Scope
//d1-client-java/io.cybercrypt.d1.utils/Scope
Scope
[d1]\ public enum Scope
The possible permission scopes.
Entries
READ | [d1] READ Scope to read and decrypt objects. |
CREATE | [d1] CREATE Scope to create new and encrypt objects. |
GETACCESS | [d1] GETACCESS Get permissions to an object. |
MODIFYACCESS | [d1] MODIFYACCESS Modify permission to an object. |
UPDATE | [d1] UPDATE Scope to update objects. |
DELETE | [d1] DELETE Scope to delete objects. |
INDEX | [d1] INDEX Use secure index for searching in data. |
Functions
Name | Summary |
---|---|
getServiceScope | [d1] public ScopegetServiceScope() |
valueOf | [d1] public static ObjectvalueOf(Stringname) |
values | [d1] public static Array<Object>values() |
Properties
Name | Summary |
---|---|
serviceScope | [d1] public final ScopeserviceScope |