INNER CODE UNIT · Java
enableTablePolicy
scalar-labs/scalardb · core/src/main/java/com/scalar/db/api/AbacAdmin.java:419
default void enableTablePolicy(String tablePolicyName) throws ExecutionException {
throw new UnsupportedOperationException(CoreError.ABAC_NOT_ENABLED.buildMessage());
}
/**
* Disables a table policy that has the given name.
*
* @param tablePolicyName the table policy name
* @throws ExecutionException if the operation fails
*/
default void disableTablePolicy(String tablePolicyName) throws ExecutionException {
throw new UnsupportedOperationException(CoreError.ABAC_NOT_ENABLED.buildMessage());
}
/**
* Retrieves a table policy that has the given name.
*
* @param tablePolicyName the table policy name