Module de.stklcode.jvault.connector
Class AppRoleSecretResponse
java.lang.Object
de.stklcode.jvault.connector.model.response.VaultDataResponse
de.stklcode.jvault.connector.model.response.AppRoleSecretResponse
- All Implemented Interfaces:
VaultResponse
,Serializable
Vault response for AppRole lookup.
- Since:
- 0.4.0
- 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
-
AppRoleSecretResponse
public AppRoleSecretResponse()
-
-
Method Details
-
getSecret
- Returns:
- The secret
-
equals
- Overrides:
equals
in classVaultDataResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVaultDataResponse
-