Class SystemGroupBackend

java.lang.Object
com.google.gerrit.server.account.AbstractGroupBackend
com.google.gerrit.server.group.SystemGroupBackend
All Implemented Interfaces:
GroupBackend

public class SystemGroupBackend extends AbstractGroupBackend
  • Field Details

    • SYSTEM_GROUP_SCHEME

      public static final String SYSTEM_GROUP_SCHEME
      See Also:
    • ANONYMOUS_USERS

      public static final AccountGroup.UUID ANONYMOUS_USERS
      Common UUID assigned to the "Anonymous Users" group.
    • REGISTERED_USERS

      public static final AccountGroup.UUID REGISTERED_USERS
      Common UUID assigned to the "Registered Users" group.
    • PROJECT_OWNERS

      public static final AccountGroup.UUID PROJECT_OWNERS
      Common UUID assigned to the "Project Owners" placeholder group.
    • CHANGE_OWNER

      public static final AccountGroup.UUID CHANGE_OWNER
      Common UUID assigned to the "Change Owner" placeholder group.
  • Constructor Details

    • SystemGroupBackend

      @Inject public SystemGroupBackend(org.eclipse.jgit.lib.Config cfg)
  • Method Details