Module de.stklcode.jvault.connector
Class AuthResponse
java.lang.Object
de.stklcode.jvault.connector.model.response.VaultDataResponse
de.stklcode.jvault.connector.model.response.AuthResponse
- All Implemented Interfaces:
VaultResponse
,Serializable
Vault response for authentication providing auth info in
AuthData
field.- Since:
- 0.1
- Author:
- Stefan Kalscheuer
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class de.stklcode.jvault.connector.model.response.VaultDataResponse
getLeaseDuration, getLeaseId, getRequestId, getWarnings, getWrapInfo, isRenewable
-
Constructor Details
-
AuthResponse
public AuthResponse()
-
-
Method Details
-
getAuth
- Returns:
- Authentication data
-
equals
- Overrides:
equals
in classVaultDataResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVaultDataResponse
-