Class CredentialsResponse
- java.lang.Object
 - 
- de.stklcode.jvault.connector.model.response.VaultDataResponse
 - 
- de.stklcode.jvault.connector.model.response.SecretResponse
 - 
- de.stklcode.jvault.connector.model.response.CredentialsResponse
 
 
 
 
- 
- All Implemented Interfaces:
 VaultResponse
public final class CredentialsResponse extends SecretResponse
Vault response from credentials lookup. Simple wrapper for data objects containing username and password fields.- Since:
 - 0.5.0
 - Author:
 - Stefan Kalscheuer
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CredentialsResponse() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetUsername()- 
Methods inherited from class de.stklcode.jvault.connector.model.response.SecretResponse
get, get, getData, getMetadata, getValue, getValue, setData 
- 
Methods inherited from class de.stklcode.jvault.connector.model.response.VaultDataResponse
getLeaseDuration, getLeaseId, getWarnings, isRenewable 
 - 
 
 -