HBASE-15783 AccessControlConstants#OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST
not used any more. (Ram)
This commit is contained in:
parent
541b9ff25c
commit
f06945ae6c
@ -46,10 +46,13 @@ public interface AccessControlConstants {
|
|||||||
/** Cell level ACL */
|
/** Cell level ACL */
|
||||||
public static final String OP_ATTRIBUTE_ACL = "acl";
|
public static final String OP_ATTRIBUTE_ACL = "acl";
|
||||||
/** Cell level ACL evaluation strategy */
|
/** Cell level ACL evaluation strategy */
|
||||||
|
@Deprecated
|
||||||
public static final String OP_ATTRIBUTE_ACL_STRATEGY = "acl.strategy";
|
public static final String OP_ATTRIBUTE_ACL_STRATEGY = "acl.strategy";
|
||||||
/** Default cell ACL evaluation strategy: Table and CF first, then ACL */
|
/** Default cell ACL evaluation strategy: Table and CF first, then ACL */
|
||||||
|
@Deprecated
|
||||||
public static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT = new byte[] { 0 };
|
public static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT = new byte[] { 0 };
|
||||||
/** Alternate cell ACL evaluation strategy: Cell ACL first, then table and CF */
|
/** Alternate cell ACL evaluation strategy: Cell ACL first, then table and CF */
|
||||||
|
@Deprecated
|
||||||
public static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST = new byte[] { 1 };
|
public static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST = new byte[] { 1 };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user