Module de.stklcode.jvault.connector
Class AuthMethodsResponse
java.lang.Object
de.stklcode.jvault.connector.model.response.VaultDataResponse
de.stklcode.jvault.connector.model.response.AuthMethodsResponse
- All Implemented Interfaces:
VaultResponse
,Serializable
Authentication method response.
- Since:
- 0.1
- 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
-
AuthMethodsResponse
public AuthMethodsResponse()Construct emptyAuthMethodsResponse
object.
-
-
Method Details
-
getSupportedMethods
- Returns:
- Supported authentication methods
-
equals
- Overrides:
equals
in classVaultDataResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVaultDataResponse
-