java.io.Serializable, java.lang.Comparable<KMSACLs.Type>public static enum KMSACLs.Type extends java.lang.Enum<KMSACLs.Type>
| Enum Constant | Description |
|---|---|
CREATE |
|
DECRYPT_EEK |
|
DELETE |
|
GENERATE_EEK |
|
GET |
|
GET_KEYS |
|
GET_METADATA |
|
ROLLOVER |
|
SET_KEY_MATERIAL |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAclConfigKey() |
|
java.lang.String |
getBlacklistConfigKey() |
|
static KMSACLs.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static KMSACLs.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KMSACLs.Type CREATE
public static final KMSACLs.Type DELETE
public static final KMSACLs.Type ROLLOVER
public static final KMSACLs.Type GET
public static final KMSACLs.Type GET_KEYS
public static final KMSACLs.Type GET_METADATA
public static final KMSACLs.Type SET_KEY_MATERIAL
public static final KMSACLs.Type GENERATE_EEK
public static final KMSACLs.Type DECRYPT_EEK
public static KMSACLs.Type[] values()
for (KMSACLs.Type c : KMSACLs.Type.values()) System.out.println(c);
public static KMSACLs.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getAclConfigKey()
public java.lang.String getBlacklistConfigKey()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.