public static enum KMSACLs.Type extends Enum<KMSACLs.Type>
| Enum Constant and Description |
|---|
CREATE |
DECRYPT_EEK |
DELETE |
GENERATE_EEK |
GET |
GET_KEYS |
GET_METADATA |
ROLLOVER |
SET_KEY_MATERIAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getAclConfigKey() |
String |
getBlacklistConfigKey() |
static KMSACLs.Type |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAclConfigKey()
public String getBlacklistConfigKey()
Copyright © 2018 CERN. All Rights Reserved.