Enum DefaultRoles

java.lang.Object
java.lang.Enum<DefaultRoles>
com.dtsx.astra.sdk.org.domain.DefaultRoles
All Implemented Interfaces:
Serializable, Comparable<DefaultRoles>, java.lang.constant.Constable

public enum DefaultRoles extends Enum<DefaultRoles>
Astra does provide some Ad Hoc roles with keys and labels.
Author:
Cedrick LUNVEN (@clunven)
  • Enum Constant Details

    • BILLING_ADMINISTRATOR

      public static final DefaultRoles BILLING_ADMINISTRATOR
      BILLING_ADMINISTRATOR.
    • ORGANIZATION_ADMINISTRATOR

      public static final DefaultRoles ORGANIZATION_ADMINISTRATOR
      ORGANIZATION_ADMINISTRATOR.
    • DATABASE_ADMINISTRATOR

      public static final DefaultRoles DATABASE_ADMINISTRATOR
      DATABASE_ADMINISTRATOR.
    • ADMINISTRATOR_USER

      public static final DefaultRoles ADMINISTRATOR_USER
      ADMINISTRATOR_USER.
    • ADMINISTRATOR_SERVICE_ACCOUNT

      public static final DefaultRoles ADMINISTRATOR_SERVICE_ACCOUNT
      ADMINISTRATOR_SERVICE_ACCOUNT.
    • READ_ONLY_USER

      public static final DefaultRoles READ_ONLY_USER
      READ_ONLY_USER.
    • READ_WRITE_USER

      public static final DefaultRoles READ_WRITE_USER
      READ_WRITE_USER.
    • READ_ONLY_SERVICE_ACCOUNT

      public static final DefaultRoles READ_ONLY_SERVICE_ACCOUNT
      READ_ONLY_SERVICE_ACCOUNT.
    • READ_WRITE_SERVICE_ACCOUNT

      public static final DefaultRoles READ_WRITE_SERVICE_ACCOUNT
      READ_WRITE_SERVICE_ACCOUNT.
    • API_ADMINISTRATOR_USER

      public static final DefaultRoles API_ADMINISTRATOR_USER
      API_ADMINISTRATOR_USER.
    • API_ADMINISTRATOR_SERVICE_ACCOUNT

      public static final DefaultRoles API_ADMINISTRATOR_SERVICE_ACCOUNT
      API_ADMINISTRATOR_SERVICE_ACCOUNT.
    • API_READ_ONLY_USER

      public static final DefaultRoles API_READ_ONLY_USER
      API_READ_ONLY_USER.
    • API_READ_ONLY_SERVICE_ACCOUNT

      public static final DefaultRoles API_READ_ONLY_SERVICE_ACCOUNT
      API_READ_ONLY_SERVICE_ACCOUNT.
    • API_READ_WRITE_USER

      public static final DefaultRoles API_READ_WRITE_USER
      API_READ_WRITE_USER.
    • API_READ_WRITE_SERVICE_ACCOUNT

      public static final DefaultRoles API_READ_WRITE_SERVICE_ACCOUNT
      API_READ_WRITE_SERVICE_ACCOUNT.
    • UI_VIEW_ONLY

      public static final DefaultRoles UI_VIEW_ONLY
      UI_VIEW_ONLY.
  • Method Details

    • values

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

      public static DefaultRoles valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Getter accessor for attribute 'key'.
      Returns:
      current value of 'key'
    • getLabel

      public String getLabel()
      Getter accessor for attribute 'label'.
      Returns:
      current value of 'label'