| Modifier and Type | Method and Description |
|---|---|
static KeyAuthorizationKeyProvider.KeyOpType |
KeyAuthorizationKeyProvider.KeyOpType.valueOf(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 and Description |
|---|---|
boolean |
KMSACLs.hasAccessToKey(String keyName,
UserGroupInformation ugi,
KeyAuthorizationKeyProvider.KeyOpType opType) |
boolean |
KeyAuthorizationKeyProvider.KeyACLs.hasAccessToKey(String aclName,
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.isACLPresent(String keyName,
KeyAuthorizationKeyProvider.KeyOpType opType) |
boolean |
KeyAuthorizationKeyProvider.KeyACLs.isACLPresent(String aclName,
KeyAuthorizationKeyProvider.KeyOpType opType) |
Copyright © 2018 CERN. All Rights Reserved.