public class AclUtil
extends java.lang.Object
Constructor and Description |
---|
AclUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
grant(ProjectConfig config,
com.google.gerrit.common.data.AccessSection section,
com.google.gerrit.common.data.LabelType type,
int min,
int max,
com.google.gerrit.common.data.GroupReference... groupList) |
static void |
grant(ProjectConfig config,
com.google.gerrit.common.data.AccessSection section,
java.lang.String permission,
boolean force,
com.google.gerrit.common.data.GroupReference... groupList) |
static void |
grant(ProjectConfig config,
com.google.gerrit.common.data.AccessSection section,
java.lang.String permission,
com.google.gerrit.common.data.GroupReference... groupList) |
static com.google.gerrit.common.data.PermissionRule |
rule(ProjectConfig config,
com.google.gerrit.common.data.GroupReference group) |
public static void grant(ProjectConfig config, com.google.gerrit.common.data.AccessSection section, java.lang.String permission, com.google.gerrit.common.data.GroupReference... groupList)
public static void grant(ProjectConfig config, com.google.gerrit.common.data.AccessSection section, java.lang.String permission, boolean force, com.google.gerrit.common.data.GroupReference... groupList)
public static void grant(ProjectConfig config, com.google.gerrit.common.data.AccessSection section, com.google.gerrit.common.data.LabelType type, int min, int max, com.google.gerrit.common.data.GroupReference... groupList)
public static com.google.gerrit.common.data.PermissionRule rule(ProjectConfig config, com.google.gerrit.common.data.GroupReference group)