public static interface TableRequestOptions.EncryptionResolver
Modifier and Type | Method and Description |
---|---|
boolean |
encryptionResolver(String pk,
String rk,
String key)
Given the partition key, row, key, and the property name, produces a boolean indicating whether to encrypt
the property.
|
boolean encryptionResolver(String pk, String rk, String key)
pk
- A String
which represents the partition key.rk
- A String
which represents the row key.key
- A String
which represents the property name.boolean
indicating whether the property should be encrypted.Copyright © 2019. All rights reserved.