Enum Class SqlUser.RobotId

java.lang.Object
java.lang.Enum<SqlUser.RobotId>
google.registry.privileges.secretmanager.SqlUser.RobotId
All Implemented Interfaces:
Serializable, Comparable<SqlUser.RobotId>, Constable
Enclosing class:
SqlUser

public static enum SqlUser.RobotId extends Enum<SqlUser.RobotId>
Enumerates the RobotUsers in the system.
  • Enum Constant Details

    • NOMULUS

      public static final SqlUser.RobotId NOMULUS
    • SCHEMA_DEPLOYER

      public static final SqlUser.RobotId SCHEMA_DEPLOYER
    • TOOL

      public static final SqlUser.RobotId TOOL
      Credential for RegistryTool. This is temporary, and will be removed when tool users are assigned their personal credentials.
    • POSTGRES

      public static final SqlUser.RobotId POSTGRES
      The Postgres admin account.
  • Method Details

    • values

      public static SqlUser.RobotId[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SqlUser.RobotId valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null