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
Authentication method response.
- Since:
- 0.1
- Author:
- Stefan Kalscheuer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSet data.Methods inherited from class de.stklcode.jvault.connector.model.response.VaultDataResponse
getLeaseDuration, getLeaseId, getWarnings, isRenewable
-
Constructor Details
-
AuthMethodsResponse
public AuthMethodsResponse()Construct emptyAuthMethodsResponseobject.
-
-
Method Details
-
setData
Description copied from class:VaultDataResponseSet data. To be implemented in the specific subclasses, as data can be of arbitrary structure.- Specified by:
setDatain classVaultDataResponse- Parameters:
data- Raw response data- Throws:
InvalidResponseException- on parsing errors
-
getSupportedMethods
- Returns:
- Supported authentication methods
-