Module de.stklcode.jvault.connector
Class SecretVersionResponse
java.lang.Object
de.stklcode.jvault.connector.model.response.VaultDataResponse
de.stklcode.jvault.connector.model.response.SecretVersionResponse
- All Implemented Interfaces:
VaultResponse
,Serializable
Vault response for a single secret version metadata, i.e. after update (KV v2).
- Since:
- 0.8
- Author:
- Stefan Kalscheuer
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class de.stklcode.jvault.connector.model.response.VaultDataResponse
getAuth, getLeaseDuration, getLeaseId, getMountType, getRequestId, getWarnings, getWrapInfo, isRenewable
-
Constructor Details
-
SecretVersionResponse
public SecretVersionResponse()
-
-
Method Details
-
getMetadata
Get the actual metadata.- Returns:
- Metadata.
-
equals
- Overrides:
equals
in classVaultDataResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVaultDataResponse
-