Package com.dtsx.astra.sdk.org.domain
Enum Permission
- All Implemented Interfaces:
Serializable,Comparable<Permission>,java.lang.constant.Constable
List of permissions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPermission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission.Permission. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Return the code.Return the description.static PermissionReturns the enum constant of this type with the specified name.static Permission[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
org_read
Permission. -
org_write
Permission. -
org_audits_read
Permission. -
org_role_read
Permission. -
org_role_write
Permission. -
org_role_delete
Permission. -
org_external_auth_read
Permission. -
org_external_auth_write
Permission. -
org_notification_write
Permission. -
org_token_read
Permission. -
org_token_write
Permission. -
org_billing_read
Permission. -
org_billing_write
Permission. -
org_user_read
Permission. -
org_user_write
Permission. -
org_db_creat
Permission. -
org_db_passwordreset
Permission. -
org_db_terminate
Permission. -
org_db_suspend
Permission. -
org_db_addpeering
Permission. -
org_db_managemigratorproxy
Permission. -
org_db_expand
Permission. -
org_db_view
Permission. -
db_all_keyspace_create
Permission. -
db_all_keyspace_describe
Permission. -
db_keyspace_grant
Permission. -
db_keyspace_modify
Permission. -
db_keyspace_describe
Permission. -
db_keyspace_create
Permission. -
db_keyspace_authorize
Permission. -
db_keyspace_alter
Permission. -
db_keyspace_drop
Permission. -
db_table_select
Permission. -
db_table_grant
Permission. -
db_table_modify
Permission. -
db_table_describe
Permission. -
db_table_create
Permission. -
db_table_authorize
Permission. -
db_table_alter
Permission. -
db_table_drop
Permission. -
db_graphql
Permission. -
db_rest
Permission. -
db_cql
Permission.
-
-
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
-
getCode
Return the code.- Returns:
- code value.
-
getDescription
Return the description.- Returns:
- description
-