Enum Class RoleId

java.lang.Object
java.lang.Enum<RoleId>
com.symphony.bdk.core.service.user.constant.RoleId
All Implemented Interfaces:
Serializable, Comparable<RoleId>, Constable

@API(status=STABLE) public enum RoleId extends Enum<RoleId>
Static roles that have special logic attached to them.
See Also:
  • Enum Constant Details

    • ADMINISTRATOR

      public static final RoleId ADMINISTRATOR
    • SUPER_ADMINISTRATOR

      public static final RoleId SUPER_ADMINISTRATOR
    • COMPLIANCE_OFFICER

      public static final RoleId COMPLIANCE_OFFICER
    • SUPER_COMPLIANCE_OFFICER

      public static final RoleId SUPER_COMPLIANCE_OFFICER
    • L1_SUPPORT

      public static final RoleId L1_SUPPORT
    • L2_SUPPORT

      public static final RoleId L2_SUPPORT
    • USER_PROVISIONING

      public static final RoleId USER_PROVISIONING
    • CONTENT_EXPORT_SERVICE

      public static final RoleId CONTENT_EXPORT_SERVICE
    • INDIVIDUAL

      public static final RoleId INDIVIDUAL
    • SYMPHONY_ADMIN

      public static final RoleId SYMPHONY_ADMIN
    • KEY_MANAGER

      public static final RoleId KEY_MANAGER
    • CONTENT_MANAGEMENT

      public static final RoleId CONTENT_MANAGEMENT
    • EF_POLICY_MANAGEMENT

      public static final RoleId EF_POLICY_MANAGEMENT
    • MALWARE_SCAN_MANAGER

      public static final RoleId MALWARE_SCAN_MANAGER
    • MALWARE_SCAN_STATE_USER

      public static final RoleId MALWARE_SCAN_STATE_USER
    • AGENT

      public static final RoleId AGENT
    • SCOPE_MANAGEMENT

      public static final RoleId SCOPE_MANAGEMENT
    • AUDIT_TRAIL_MANAGEMENT

      public static final RoleId AUDIT_TRAIL_MANAGEMENT
    • CEP_VISIBILITY_GROUP_MANAGEMENT

      public static final RoleId CEP_VISIBILITY_GROUP_MANAGEMENT
  • Method Details

    • values

      public static RoleId[] 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 RoleId 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