| Package | Description |
|---|---|
| de.stklcode.jvault.connector.exception | |
| de.stklcode.jvault.connector.model.response |
| Modifier and Type | Method and Description |
|---|---|
InvalidResponseException |
InvalidResponseException.withResponse(String response) |
InvalidResponseException |
InvalidResponseException.withStatusCode(Integer statusCode) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SecretResponse.get(String key,
Class<T> type)
Get response parsed as JSON
|
<T> T |
SecretResponse.getValue(Class<T> type)
Get response parsed as JSON
|
void |
AuthResponse.setAuth(Map<String,Object> auth) |
void |
TokenResponse.setData(Map<String,Object> data) |
void |
AppRoleSecretResponse.setData(Map<String,Object> data) |
void |
SecretListResponse.setData(Map<String,Object> data) |
abstract void |
VaultDataResponse.setData(Map<String,Object> data) |
void |
AuthMethodsResponse.setData(Map<String,Object> data) |
void |
AppRoleResponse.setData(Map<String,Object> data) |
void |
SecretResponse.setData(Map<String,Object> data) |
Copyright © 2016. All rights reserved.