| Package | Description |
|---|---|
| com.cyberark.conjur.sdk.endpoint | |
| com.cyberark.conjur.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorStatus |
StatusApi.getGCPAuthenticatorStatus(String account)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
AuthenticatorStatus |
StatusApi.getGCPAuthenticatorStatus(String account,
String xRequestId)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
AuthenticatorStatus |
StatusApi.getServiceAuthenticatorStatus(String authenticator,
String serviceId,
String account)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
AuthenticatorStatus |
StatusApi.getServiceAuthenticatorStatus(String authenticator,
String serviceId,
String account,
String xRequestId)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AuthenticatorStatus> |
StatusApi.getGCPAuthenticatorStatusWithHttpInfo(String account)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
ApiResponse<AuthenticatorStatus> |
StatusApi.getGCPAuthenticatorStatusWithHttpInfo(String account,
String xRequestId)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
ApiResponse<AuthenticatorStatus> |
StatusApi.getServiceAuthenticatorStatusWithHttpInfo(String authenticator,
String serviceId,
String account)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
ApiResponse<AuthenticatorStatus> |
StatusApi.getServiceAuthenticatorStatusWithHttpInfo(String authenticator,
String serviceId,
String account,
String xRequestId)
Details whether an authentication service has been configured properly
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
StatusApi.getGCPAuthenticatorStatusAsync(String account,
String xRequestId,
ApiCallback<AuthenticatorStatus> _callback)
Details whether an authentication service has been configured properly (asynchronously)
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
okhttp3.Call |
StatusApi.getServiceAuthenticatorStatusAsync(String authenticator,
String serviceId,
String account,
String xRequestId,
ApiCallback<AuthenticatorStatus> _callback)
Details whether an authentication service has been configured properly (asynchronously)
Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorStatus |
AuthenticatorStatus.error(String error) |
AuthenticatorStatus |
AuthenticatorStatus.status(String status) |
Copyright © 2023. All rights reserved.