Uses of Class
de.stklcode.jvault.connector.exception.InvalidResponseException
-
Packages that use InvalidResponseException Package Description de.stklcode.jvault.connector.exception Some custom exceptions for error handling.de.stklcode.jvault.connector.model.response Model classes for responses from the Vault API. -
-
Uses of InvalidResponseException in de.stklcode.jvault.connector.exception
Methods in de.stklcode.jvault.connector.exception that return InvalidResponseException Modifier and Type Method Description InvalidResponseException
InvalidResponseException. withResponse(String response)
Deprecated.use constructor with response argument insteadInvalidResponseException
InvalidResponseException. withStatusCode(Integer statusCode)
Deprecated.as of 0.6.2, use constructor with status code argument instead -
Uses of InvalidResponseException in de.stklcode.jvault.connector.model.response
Methods in de.stklcode.jvault.connector.model.response that throw InvalidResponseException Modifier and Type Method Description <T> T
SecretResponse. get(String key, Class<T> type)
Get response parsed as JSON.<T> T
SecretResponse. getValue(Class<T> type)
Deprecated.Deprecated artifact, will be removed at latest at v1.0.0void
AuthResponse. setAuth(Map<String,Object> auth)
Set authentication data.void
AppRoleResponse. setData(Map<String,Object> data)
void
AppRoleSecretResponse. setData(Map<String,Object> data)
void
AuthMethodsResponse. setData(Map<String,Object> data)
void
MetadataResponse. setData(Map<String,Object> data)
void
SecretListResponse. setData(Map<String,Object> data)
Set data.void
SecretResponse. setData(Map<String,Object> data)
void
SecretVersionResponse. setData(Map<String,Object> data)
void
TokenResponse. setData(Map<String,Object> data)
Set data.void
TokenRoleResponse. setData(Map<String,Object> data)
Set data.abstract void
VaultDataResponse. setData(Map<String,Object> data)
Set data.
-