| Package | Description |
|---|---|
| com.cyberark.conjur.sdk.endpoint | |
| com.cyberark.conjur.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorsResponse |
StatusApi.getAuthenticators()
Details about which authenticators are on the Conjur Server
Response contains three members: installed, configured, and enabled.
|
AuthenticatorsResponse |
StatusApi.getAuthenticators(String xRequestId)
Details about which authenticators are on the Conjur Server
Response contains three members: installed, configured, and enabled.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AuthenticatorsResponse> |
StatusApi.getAuthenticatorsWithHttpInfo()
Details about which authenticators are on the Conjur Server
Response contains three members: installed, configured, and enabled.
|
ApiResponse<AuthenticatorsResponse> |
StatusApi.getAuthenticatorsWithHttpInfo(String xRequestId)
Details about which authenticators are on the Conjur Server
Response contains three members: installed, configured, and enabled.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
StatusApi.getAuthenticatorsAsync(String xRequestId,
ApiCallback<AuthenticatorsResponse> _callback)
Details about which authenticators are on the Conjur Server (asynchronously)
Response contains three members: installed, configured, and enabled.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorsResponse |
AuthenticatorsResponse.addConfiguredItem(String configuredItem) |
AuthenticatorsResponse |
AuthenticatorsResponse.addEnabledItem(String enabledItem) |
AuthenticatorsResponse |
AuthenticatorsResponse.addInstalledItem(String installedItem) |
AuthenticatorsResponse |
AuthenticatorsResponse.configured(List<String> configured) |
AuthenticatorsResponse |
AuthenticatorsResponse.enabled(List<String> enabled) |
AuthenticatorsResponse |
AuthenticatorsResponse.installed(List<String> installed) |
Copyright © 2023. All rights reserved.