INNER CODE UNIT · Java

getCompartments

scalar-labs/scalardb · core/src/main/java/com/scalar/db/api/AbacAdmin.java:162

  default List<Compartment> getCompartments(String policyName) throws ExecutionException {
    throw new UnsupportedOperationException(CoreError.ABAC_NOT_ENABLED.buildMessage());
  }

  /**
   * Creates a group with the given short name, long name, and the short name of the parent group
   * for the given policy.
   *
   * @param policyName the policy name
   * @param groupShortName the short name of the group
   * @param groupLongName the long name of the group
   * @param parentGroupShortName the short name of the parent group. If null, the group is a
   *     top-level group
   * @throws ExecutionException if the operation fails
   */
  default void createGroup(
      String policyName,
      String groupShortName,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…