Authz
//d1-client-java/io.cybercrypt.d1.serviceClients/Authz
Authz
[d1]\ public interface Authz
Functions
| Name | Summary |
|---|---|
| addPermission | [d1] public abstract voidaddPermission(StringobjectId, List<String>groupIds) Give one or more groups permission to access an object. |
| checkPermission | [d1] public abstract booleancheckPermission(StringobjectId) Checks whether the caller has access to the specified object. |
| getPermissions | [d1] public abstract GetPermissionsResponsegetPermissions(StringobjectId) Get the permissions applied to an object. |
| removePermission | [d1] public abstract voidremovePermission(StringobjectId, List<String>groupIds) Revoke one or more groups' permission to access an object. |