Class TableAcl
java.lang.Object
com.illumon.iris.db.v2.permissions.rs.records.TableAcl
The Acl entity, to manage all Table Acls, Table Column Acls, and Table Input Editor Acls
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAcl()
getGroup()
void
void
void
setNamespace
(String namespace) void
setTableName
(String tableName) toString()
-
Constructor Details
-
TableAcl
public TableAcl()Required default constructor to support auto conversion to json -
TableAcl
Convenience constructor, that sets all mandatory Table ACl properties- Parameters:
group
- the group to add the entry fornamespace
- the namespace of the entry ("*" for all namespaces)tableName
- the tableName of the entry ("*" for all tables within a namespace, if ns is "*" table must also be "*")acl
- the ACL to add
-
-
Method Details