Class AclService
java.lang.Object
io.deephaven.enterprise.webclientdata2.acl.AclService
Processes AclServicePlugin requests
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateAndAddToScope(Database db, QueryScope scope) getPermissions(String user, String namespace, String tableName, boolean showGroupsWithoutAcls) Get the ACL permissions for the given user on the given table.
-
Field Details
-
SCOPE_NAME
- See Also:
-
-
Constructor Details
-
AclService
-
-
Method Details
-
createAndAddToScope
-
getPermissions
public AclPermissions getPermissions(String user, String namespace, String tableName, boolean showGroupsWithoutAcls) Get the ACL permissions for the given user on the given table.- Parameters:
user- User to get permissions fornamespace- Namespace to get permissions for, or * for all namespacestableName- Table name to get permissions for, or * for all tablesshowGroupsWithoutAcls- Whether to include groups without ACLs- Returns:
- AclPermissions object containing the permissions
-