Enum SecurityRoleId
- All Implemented Interfaces:
Serializable
,Comparable<SecurityRoleId>
,java.lang.constant.Constable
Permission level of a user
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccountAdminAccountOperatorAccountUserBatchServiceAdminCompanyAdminCompanyUserComplianceAdminComplianceOperatorComplianceRootUserComplianceTempUserComplianceUserCSPAdminCSPTesterECMAccountUserECMCompanyUserFirmAdminFirmUserNoAccessProStoresOperatorRegistrarSiteAdminSSTAdminSystemAdminSystemOperatorTechnicalSupportAdminTechnicalSupportUserTreasuryAdminTreasuryUser -
Method Summary
Modifier and TypeMethodDescriptionint
getValue()
static SecurityRoleId
valueOf
(int intValue) Returns the enum constant of this type with the specified name.static SecurityRoleId
Returns the enum constant of this type with the specified name.static SecurityRoleId[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NoAccess
NoAccess -
SiteAdmin
SiteAdmin -
AccountOperator
AccountOperator -
AccountAdmin
AccountAdmin -
AccountUser
AccountUser -
SystemAdmin
SystemAdmin -
Registrar
Registrar -
CSPTester
CSPTester -
CSPAdmin
CSPAdmin -
SystemOperator
SystemOperator -
TechnicalSupportUser
TechnicalSupportUser -
TechnicalSupportAdmin
TechnicalSupportAdmin -
TreasuryUser
TreasuryUser -
TreasuryAdmin
TreasuryAdmin -
ComplianceUser
ComplianceUser -
ComplianceAdmin
ComplianceAdmin -
ProStoresOperator
ProStoresOperator -
CompanyUser
CompanyUser -
CompanyAdmin
CompanyAdmin -
ComplianceTempUser
ComplianceTempUser -
ComplianceRootUser
ComplianceRootUser -
ComplianceOperator
ComplianceOperator -
SSTAdmin
SSTAdmin -
FirmUser
FirmUser -
FirmAdmin
FirmAdmin -
BatchServiceAdmin
BatchServiceAdmin -
ECMAccountUser
ECMAccountUser -
ECMCompanyUser
ECMCompanyUser
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
valueOf
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:
intValue
- 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 nameNullPointerException
- if the argument is null
-
getValue
public int getValue()
-