| Modifier and Type | Method | Description |
|---|---|---|
static KeyAuthorizationKeyProvider.KeyOpType |
KeyAuthorizationKeyProvider.KeyOpType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static KeyAuthorizationKeyProvider.KeyOpType[] |
KeyAuthorizationKeyProvider.KeyOpType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
KeyAuthorizationKeyProvider.KeyACLs.hasAccessToKey(java.lang.String aclName,
org.apache.hadoop.security.UserGroupInformation ugi,
KeyAuthorizationKeyProvider.KeyOpType opType) |
This is called by the KeyProvider to check if the given user is
authorized to perform the specified operation on the given acl name.
|
boolean |
KMSACLs.hasAccessToKey(java.lang.String keyName,
org.apache.hadoop.security.UserGroupInformation ugi,
KeyAuthorizationKeyProvider.KeyOpType opType) |
|
boolean |
KeyAuthorizationKeyProvider.KeyACLs.isACLPresent(java.lang.String aclName,
KeyAuthorizationKeyProvider.KeyOpType opType) |
|
boolean |
KMSACLs.isACLPresent(java.lang.String keyName,
KeyAuthorizationKeyProvider.KeyOpType opType) |
|
void |
KMSAudit.unauthorized(org.apache.hadoop.security.UserGroupInformation user,
KeyAuthorizationKeyProvider.KeyOpType op,
java.lang.String key) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.