Module de.stklcode.jvault.connector
Class PlainSecretResponse
java.lang.Object
de.stklcode.jvault.connector.model.response.VaultDataResponse
de.stklcode.jvault.connector.model.response.SecretResponse
de.stklcode.jvault.connector.model.response.PlainSecretResponse
- All Implemented Interfaces:
 VaultResponse,Serializable
- Direct Known Subclasses:
 CredentialsResponse
Vault response for plain secret responses.
- Since:
 - 1.1 abstract
 - Author:
 - Stefan Kalscheuer
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal Map<String, Serializable> getData()Get complete data object.final VersionMetadataGet secret metadata.inthashCode()Methods inherited from class de.stklcode.jvault.connector.model.response.SecretResponse
get, getMethods inherited from class de.stklcode.jvault.connector.model.response.VaultDataResponse
getAuth, getLeaseDuration, getLeaseId, getMountType, getRequestId, getWarnings, getWrapInfo, isRenewable 
- 
Constructor Details
- 
PlainSecretResponse
public PlainSecretResponse() 
 - 
 - 
Method Details
- 
getData
Description copied from class:SecretResponseGet complete data object.- Specified by:
 getDatain classSecretResponse- Returns:
 - data map
 
 - 
getMetadata
Description copied from class:SecretResponseGet secret metadata. This is only available for KV v2 secrets.- Specified by:
 getMetadatain classSecretResponse- Returns:
 - Metadata of the secret.
 
 - 
equals
- Overrides:
 equalsin classVaultDataResponse
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classVaultDataResponse
 
 -