| Package | Description |
|---|---|
| com.cyberark.conjur.sdk.endpoint | |
| com.cyberark.conjur.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationApi.enableAuthenticator(ServiceAuthenticators authenticator,
String account)
Enables or disables authenticator defined without service_id.
|
void |
AuthenticationApi.enableAuthenticator(ServiceAuthenticators authenticator,
String account,
String xRequestId,
Boolean enabled)
Enables or disables authenticator defined without service_id.
|
okhttp3.Call |
AuthenticationApi.enableAuthenticatorAsync(ServiceAuthenticators authenticator,
String account,
String xRequestId,
Boolean enabled,
ApiCallback<Void> _callback)
Enables or disables authenticator defined without service_id.
|
okhttp3.Call |
AuthenticationApi.enableAuthenticatorCall(ServiceAuthenticators authenticator,
String account,
String xRequestId,
Boolean enabled,
ApiCallback _callback)
Build call for enableAuthenticator
|
void |
AuthenticationApi.enableAuthenticatorInstance(ServiceAuthenticators authenticator,
String serviceId,
String account)
Enables or disables authenticator service instances.
|
void |
AuthenticationApi.enableAuthenticatorInstance(ServiceAuthenticators authenticator,
String serviceId,
String account,
String xRequestId,
Boolean enabled)
Enables or disables authenticator service instances.
|
okhttp3.Call |
AuthenticationApi.enableAuthenticatorInstanceAsync(ServiceAuthenticators authenticator,
String serviceId,
String account,
String xRequestId,
Boolean enabled,
ApiCallback<Void> _callback)
Enables or disables authenticator service instances.
|
okhttp3.Call |
AuthenticationApi.enableAuthenticatorInstanceCall(ServiceAuthenticators authenticator,
String serviceId,
String account,
String xRequestId,
Boolean enabled,
ApiCallback _callback)
Build call for enableAuthenticatorInstance
|
ApiResponse<Void> |
AuthenticationApi.enableAuthenticatorInstanceWithHttpInfo(ServiceAuthenticators authenticator,
String serviceId,
String account)
Enables or disables authenticator service instances.
|
ApiResponse<Void> |
AuthenticationApi.enableAuthenticatorInstanceWithHttpInfo(ServiceAuthenticators authenticator,
String serviceId,
String account,
String xRequestId,
Boolean enabled)
Enables or disables authenticator service instances.
|
ApiResponse<Void> |
AuthenticationApi.enableAuthenticatorWithHttpInfo(ServiceAuthenticators authenticator,
String account)
Enables or disables authenticator defined without service_id.
|
ApiResponse<Void> |
AuthenticationApi.enableAuthenticatorWithHttpInfo(ServiceAuthenticators authenticator,
String account,
String xRequestId,
Boolean enabled)
Enables or disables authenticator defined without service_id.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceAuthenticators |
ServiceAuthenticators.fromValue(String value) |
ServiceAuthenticators |
ServiceAuthenticators.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ServiceAuthenticators |
ServiceAuthenticators.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceAuthenticators[] |
ServiceAuthenticators.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceAuthenticators.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ServiceAuthenticators enumeration) |
Copyright © 2023. All rights reserved.