| Package | Description |
|---|---|
| com.cyberark.conjur.sdk.endpoint | |
| com.cyberark.conjur.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
LoadedPolicy |
PoliciesApi.loadPolicy(String account,
String identifier,
String body)
Adds data to the existing Conjur policy.
|
LoadedPolicy |
PoliciesApi.loadPolicy(String account,
String identifier,
String body,
String xRequestId)
Adds data to the existing Conjur policy.
|
LoadedPolicy |
PoliciesApi.replacePolicy(String account,
String identifier,
String body)
Loads or replaces a Conjur policy document.
|
LoadedPolicy |
PoliciesApi.replacePolicy(String account,
String identifier,
String body,
String xRequestId)
Loads or replaces a Conjur policy document.
|
LoadedPolicy |
PoliciesApi.updatePolicy(String account,
String identifier,
String body)
Modifies an existing Conjur policy.
|
LoadedPolicy |
PoliciesApi.updatePolicy(String account,
String identifier,
String body,
String xRequestId)
Modifies an existing Conjur policy.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LoadedPolicy> |
PoliciesApi.loadPolicyWithHttpInfo(String account,
String identifier,
String body)
Adds data to the existing Conjur policy.
|
ApiResponse<LoadedPolicy> |
PoliciesApi.loadPolicyWithHttpInfo(String account,
String identifier,
String body,
String xRequestId)
Adds data to the existing Conjur policy.
|
ApiResponse<LoadedPolicy> |
PoliciesApi.replacePolicyWithHttpInfo(String account,
String identifier,
String body)
Loads or replaces a Conjur policy document.
|
ApiResponse<LoadedPolicy> |
PoliciesApi.replacePolicyWithHttpInfo(String account,
String identifier,
String body,
String xRequestId)
Loads or replaces a Conjur policy document.
|
ApiResponse<LoadedPolicy> |
PoliciesApi.updatePolicyWithHttpInfo(String account,
String identifier,
String body)
Modifies an existing Conjur policy.
|
ApiResponse<LoadedPolicy> |
PoliciesApi.updatePolicyWithHttpInfo(String account,
String identifier,
String body,
String xRequestId)
Modifies an existing Conjur policy.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PoliciesApi.loadPolicyAsync(String account,
String identifier,
String body,
String xRequestId,
ApiCallback<LoadedPolicy> _callback)
Adds data to the existing Conjur policy.
|
okhttp3.Call |
PoliciesApi.replacePolicyAsync(String account,
String identifier,
String body,
String xRequestId,
ApiCallback<LoadedPolicy> _callback)
Loads or replaces a Conjur policy document.
|
okhttp3.Call |
PoliciesApi.updatePolicyAsync(String account,
String identifier,
String body,
String xRequestId,
ApiCallback<LoadedPolicy> _callback)
Modifies an existing Conjur policy.
|
| Modifier and Type | Method and Description |
|---|---|
LoadedPolicy |
LoadedPolicy.createdRoles(Object createdRoles) |
LoadedPolicy |
LoadedPolicy.version(BigDecimal version) |
Copyright © 2023. All rights reserved.