| Modifier and Type | Method and Description |
|---|---|
static KMS.KMSOp |
KMS.KMSOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KMS.KMSOp[] |
KMS.KMSOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KMSACLs.assertAccess(KMSACLs.Type aclType,
org.apache.hadoop.security.UserGroupInformation ugi,
KMS.KMSOp operation,
String key) |
void |
KMSAudit.ok(org.apache.hadoop.security.UserGroupInformation user,
KMS.KMSOp op,
String extraMsg) |
void |
KMSAudit.ok(org.apache.hadoop.security.UserGroupInformation user,
KMS.KMSOp op,
String key,
String extraMsg) |
void |
KMSAudit.unauthorized(org.apache.hadoop.security.UserGroupInformation user,
KMS.KMSOp op,
String key) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.