Class ColumnAcl
java.lang.Object
com.illumon.iris.db.v2.permissions.rs.records.ColumnAcl
The Column Acl entity, to manage all Table Column Acls
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetails()getAcl()getGroup()voidvoidsetColumns(String columns) voidvoidsetNamespace(String namespace) voidsetTableName(String tableName) toString()
-
Constructor Details
-
ColumnAcl
public ColumnAcl()Required default constructor to support auto conversion to json -
ColumnAcl
Convenience constructor, that sets all mandatory Table Column 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 "*")columns- the columns the ACL applies toacl- the ACL to add
-
-
Method Details