| Modifier and Type | Method | Description |
|---|---|---|
static KMS.KMSOp |
KMS.KMSOp.valueOf(java.lang.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 | Description |
|---|---|---|
void |
KMSACLs.assertAccess(java.util.EnumSet<KMSACLs.Type> aclTypes,
org.apache.hadoop.security.UserGroupInformation ugi,
KMS.KMSOp operation,
java.lang.String key) |
|
void |
KMSACLs.assertAccess(KMSACLs.Type aclType,
org.apache.hadoop.security.UserGroupInformation ugi,
KMS.KMSOp operation,
java.lang.String key) |
|
void |
KMSAudit.ok(org.apache.hadoop.security.UserGroupInformation user,
KMS.KMSOp op,
java.lang.String extraMsg) |
|
void |
KMSAudit.ok(org.apache.hadoop.security.UserGroupInformation user,
KMS.KMSOp op,
java.lang.String key,
java.lang.String extraMsg) |
|
void |
KMSAudit.unauthorized(org.apache.hadoop.security.UserGroupInformation user,
KMS.KMSOp op,
java.lang.String key) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.