| Package | Description |
|---|---|
| com.oneidentity.safeguard.safeguardjava | |
| com.oneidentity.safeguard.safeguardjava.data |
| Modifier and Type | Method and Description |
|---|---|
String |
ISafeguardConnection.invokeMethod(Service service,
Method method,
String relativeUrl,
String body,
Map<String,String> parameters,
Map<String,String> additionalHeaders)
Call a Safeguard API method and get any response as a string.
|
String |
ISafeguardConnection.invokeMethodCsv(Service service,
Method method,
String relativeUrl,
String body,
Map<String,String> parameters,
Map<String,String> additionalHeaders) |
FullResponse |
ISafeguardConnection.invokeMethodFull(Service service,
Method method,
String relativeUrl,
String body,
Map<String,String> parameters,
Map<String,String> additionalHeaders)
Call a Safeguard API method and get a detailed response with status code, headers,
and body.
|
| Modifier and Type | Method and Description |
|---|---|
static Service |
Service.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service[] |
Service.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.