Class SecretListResponse
- java.lang.Object
-
- de.stklcode.jvault.connector.model.response.VaultDataResponse
-
- de.stklcode.jvault.connector.model.response.SecretListResponse
-
- All Implemented Interfaces:
VaultResponse
public final class SecretListResponse extends VaultDataResponse
Vault response for secret list request.- Since:
- 0.1
- Author:
- Stefan Kalscheuer
-
-
Constructor Summary
Constructors Constructor Description SecretListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getKeys()
void
setData(Map<String,Object> data)
Set data.-
Methods inherited from class de.stklcode.jvault.connector.model.response.VaultDataResponse
getLeaseDuration, getLeaseId, getWarnings, isRenewable
-
-
-
-
Method Detail
-
setData
public void setData(Map<String,Object> data) throws InvalidResponseException
Set data. Extracts list of keys from raw response data.- Specified by:
setData
in classVaultDataResponse
- Parameters:
data
- Raw data- Throws:
InvalidResponseException
- on parsing errors
-
-