| Package | Description |
|---|---|
| com.cyberark.conjur.sdk | |
| com.cyberark.conjur.sdk.endpoint |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RolesApi.addMemberToRole(String account,
String kind,
String identifier,
String members,
String member)
Update or modify an existing role membership
Updates or modifies an existing role membership.
|
void |
RolesApi.addMemberToRole(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId)
Update or modify an existing role membership
Updates or modifies an existing role membership.
|
okhttp3.Call |
RolesApi.addMemberToRoleAsync(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId,
ApiCallback<Void> _callback)
Update or modify an existing role membership (asynchronously)
Updates or modifies an existing role membership.
|
okhttp3.Call |
RolesApi.addMemberToRoleCall(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId,
ApiCallback _callback)
Build call for addMemberToRole
|
ApiResponse<Void> |
RolesApi.addMemberToRoleWithHttpInfo(String account,
String kind,
String identifier,
String members,
String member)
Update or modify an existing role membership
Updates or modifies an existing role membership.
|
ApiResponse<Void> |
RolesApi.addMemberToRoleWithHttpInfo(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId)
Update or modify an existing role membership
Updates or modifies an existing role membership.
|
void |
AuthenticationApi.changePassword(String account,
String body)
Changes a user’s password.
|
void |
AuthenticationApi.changePassword(String account,
String body,
String xRequestId)
Changes a user’s password.
|
okhttp3.Call |
AuthenticationApi.changePasswordAsync(String account,
String body,
String xRequestId,
ApiCallback<Void> _callback)
Changes a user’s password.
|
okhttp3.Call |
AuthenticationApi.changePasswordCall(String account,
String body,
String xRequestId,
ApiCallback _callback)
Build call for changePassword
|
ApiResponse<Void> |
AuthenticationApi.changePasswordWithHttpInfo(String account,
String body)
Changes a user’s password.
|
ApiResponse<Void> |
AuthenticationApi.changePasswordWithHttpInfo(String account,
String body,
String xRequestId)
Changes a user’s password.
|
CreateHost |
HostFactoryApi.createHost(String id)
Creates a Host using the Host Factory.
|
CreateHost |
HostFactoryApi.createHost(String id,
String xRequestId,
Object annotations)
Creates a Host using the Host Factory.
|
okhttp3.Call |
HostFactoryApi.createHostAsync(String id,
String xRequestId,
Object annotations,
ApiCallback<CreateHost> _callback)
Creates a Host using the Host Factory.
|
okhttp3.Call |
HostFactoryApi.createHostCall(String id,
String xRequestId,
Object annotations,
ApiCallback _callback)
Build call for createHost
|
ApiResponse<CreateHost> |
HostFactoryApi.createHostWithHttpInfo(String id)
Creates a Host using the Host Factory.
|
ApiResponse<CreateHost> |
HostFactoryApi.createHostWithHttpInfo(String id,
String xRequestId,
Object annotations)
Creates a Host using the Host Factory.
|
void |
SecretsApi.createSecret(String account,
String kind,
String identifier)
Creates a secret value within the specified variable.
|
void |
SecretsApi.createSecret(String account,
String kind,
String identifier,
String expirations,
String xRequestId,
String body)
Creates a secret value within the specified variable.
|
okhttp3.Call |
SecretsApi.createSecretAsync(String account,
String kind,
String identifier,
String expirations,
String xRequestId,
String body,
ApiCallback<Void> _callback)
Creates a secret value within the specified variable.
|
okhttp3.Call |
SecretsApi.createSecretCall(String account,
String kind,
String identifier,
String expirations,
String xRequestId,
String body,
ApiCallback _callback)
Build call for createSecret
|
ApiResponse<Void> |
SecretsApi.createSecretWithHttpInfo(String account,
String kind,
String identifier)
Creates a secret value within the specified variable.
|
ApiResponse<Void> |
SecretsApi.createSecretWithHttpInfo(String account,
String kind,
String identifier,
String expirations,
String xRequestId,
String body)
Creates a secret value within the specified variable.
|
List<Object> |
HostFactoryApi.createToken(String expiration,
String hostFactory)
Creates one or more host identity tokens.
|
List<Object> |
HostFactoryApi.createToken(String expiration,
String hostFactory,
String xRequestId,
List<String> cidr,
Integer count)
Creates one or more host identity tokens.
|
okhttp3.Call |
HostFactoryApi.createTokenAsync(String expiration,
String hostFactory,
String xRequestId,
List<String> cidr,
Integer count,
ApiCallback<List<Object>> _callback)
Creates one or more host identity tokens.
|
okhttp3.Call |
HostFactoryApi.createTokenCall(String expiration,
String hostFactory,
String xRequestId,
List<String> cidr,
Integer count,
ApiCallback _callback)
Build call for createToken
|
ApiResponse<List<Object>> |
HostFactoryApi.createTokenWithHttpInfo(String expiration,
String hostFactory)
Creates one or more host identity tokens.
|
ApiResponse<List<Object>> |
HostFactoryApi.createTokenWithHttpInfo(String expiration,
String hostFactory,
String xRequestId,
List<String> cidr,
Integer count)
Creates one or more host identity tokens.
|
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.
|
String |
AuthenticationApi.getAccessToken(String account,
String login,
String body)
Gets a short-lived access token, which is required in the header of most subsequent API requests.
|
String |
AuthenticationApi.getAccessToken(String account,
String login,
String body,
String acceptEncoding,
String xRequestId)
Gets a short-lived access token, which is required in the header of most subsequent API requests.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenAsync(String account,
String login,
String body,
String acceptEncoding,
String xRequestId,
ApiCallback<String> _callback)
Gets a short-lived access token, which is required in the header of most subsequent API requests.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenCall(String account,
String login,
String body,
String acceptEncoding,
String xRequestId,
ApiCallback _callback)
Build call for getAccessToken
|
String |
AuthenticationApi.getAccessTokenViaAWS(String serviceId,
String account,
String login,
String body)
Get a short-lived access token for applications running in AWS.
|
String |
AuthenticationApi.getAccessTokenViaAWS(String serviceId,
String account,
String login,
String body,
String acceptEncoding,
String xRequestId)
Get a short-lived access token for applications running in AWS.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaAWSAsync(String serviceId,
String account,
String login,
String body,
String acceptEncoding,
String xRequestId,
ApiCallback<String> _callback)
Get a short-lived access token for applications running in AWS.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaAWSCall(String serviceId,
String account,
String login,
String body,
String acceptEncoding,
String xRequestId,
ApiCallback _callback)
Build call for getAccessTokenViaAWS
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaAWSWithHttpInfo(String serviceId,
String account,
String login,
String body)
Get a short-lived access token for applications running in AWS.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaAWSWithHttpInfo(String serviceId,
String account,
String login,
String body,
String acceptEncoding,
String xRequestId)
Get a short-lived access token for applications running in AWS.
|
String |
AuthenticationApi.getAccessTokenViaAzure(String serviceId,
String account,
String login)
Gets a short-lived access token for applications running in Azure.
|
String |
AuthenticationApi.getAccessTokenViaAzure(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String jwt)
Gets a short-lived access token for applications running in Azure.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaAzureAsync(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String jwt,
ApiCallback<String> _callback)
Gets a short-lived access token for applications running in Azure.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaAzureCall(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String jwt,
ApiCallback _callback)
Build call for getAccessTokenViaAzure
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaAzureWithHttpInfo(String serviceId,
String account,
String login)
Gets a short-lived access token for applications running in Azure.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaAzureWithHttpInfo(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String jwt)
Gets a short-lived access token for applications running in Azure.
|
String |
AuthenticationApi.getAccessTokenViaGCP(String account)
Gets a short-lived access token for applications running in Google Cloud Platform.
|
String |
AuthenticationApi.getAccessTokenViaGCP(String account,
String acceptEncoding,
String xRequestId,
String jwt)
Gets a short-lived access token for applications running in Google Cloud Platform.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaGCPAsync(String account,
String acceptEncoding,
String xRequestId,
String jwt,
ApiCallback<String> _callback)
Gets a short-lived access token for applications running in Google Cloud Platform.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaGCPCall(String account,
String acceptEncoding,
String xRequestId,
String jwt,
ApiCallback _callback)
Build call for getAccessTokenViaGCP
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaGCPWithHttpInfo(String account)
Gets a short-lived access token for applications running in Google Cloud Platform.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaGCPWithHttpInfo(String account,
String acceptEncoding,
String xRequestId,
String jwt)
Gets a short-lived access token for applications running in Google Cloud Platform.
|
String |
AuthenticationApi.getAccessTokenViaJWT(String account,
String serviceId)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
String |
AuthenticationApi.getAccessTokenViaJWT(String account,
String serviceId,
String xRequestId,
String jwt)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaJWTAsync(String account,
String serviceId,
String xRequestId,
String jwt,
ApiCallback<String> _callback)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaJWTCall(String account,
String serviceId,
String xRequestId,
String jwt,
ApiCallback _callback)
Build call for getAccessTokenViaJWT
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaJWTWithHttpInfo(String account,
String serviceId)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaJWTWithHttpInfo(String account,
String serviceId,
String xRequestId,
String jwt)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
String |
AuthenticationApi.getAccessTokenViaJWTWithId(String account,
String id,
String serviceId)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
String |
AuthenticationApi.getAccessTokenViaJWTWithId(String account,
String id,
String serviceId,
String xRequestId,
String jwt)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaJWTWithIdAsync(String account,
String id,
String serviceId,
String xRequestId,
String jwt,
ApiCallback<String> _callback)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaJWTWithIdCall(String account,
String id,
String serviceId,
String xRequestId,
String jwt,
ApiCallback _callback)
Build call for getAccessTokenViaJWTWithId
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaJWTWithIdWithHttpInfo(String account,
String id,
String serviceId)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaJWTWithIdWithHttpInfo(String account,
String id,
String serviceId,
String xRequestId,
String jwt)
Gets a short-lived access token for applications using JSON Web Token (JWT) to access the Conjur API.
|
String |
AuthenticationApi.getAccessTokenViaKubernetes(String serviceId,
String account,
String login)
Gets a short-lived access token for applications running in Kubernetes.
|
String |
AuthenticationApi.getAccessTokenViaKubernetes(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId)
Gets a short-lived access token for applications running in Kubernetes.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaKubernetesAsync(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
ApiCallback<String> _callback)
Gets a short-lived access token for applications running in Kubernetes.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaKubernetesCall(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
ApiCallback _callback)
Build call for getAccessTokenViaKubernetes
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaKubernetesWithHttpInfo(String serviceId,
String account,
String login)
Gets a short-lived access token for applications running in Kubernetes.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaKubernetesWithHttpInfo(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId)
Gets a short-lived access token for applications running in Kubernetes.
|
String |
AuthenticationApi.getAccessTokenViaLDAP(String serviceId,
String account,
String login)
Gets a short-lived access token for users and hosts using their LDAP identity to access the Conjur API.
|
String |
AuthenticationApi.getAccessTokenViaLDAP(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String body)
Gets a short-lived access token for users and hosts using their LDAP identity to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaLDAPAsync(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String body,
ApiCallback<String> _callback)
Gets a short-lived access token for users and hosts using their LDAP identity to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaLDAPCall(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String body,
ApiCallback _callback)
Build call for getAccessTokenViaLDAP
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaLDAPWithHttpInfo(String serviceId,
String account,
String login)
Gets a short-lived access token for users and hosts using their LDAP identity to access the Conjur API.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaLDAPWithHttpInfo(String serviceId,
String account,
String login,
String acceptEncoding,
String xRequestId,
String body)
Gets a short-lived access token for users and hosts using their LDAP identity to access the Conjur API.
|
String |
AuthenticationApi.getAccessTokenViaOIDC(String serviceId,
String account)
Gets a short-lived access token for applications using OpenID Connect (OIDC) to access the Conjur API.
|
String |
AuthenticationApi.getAccessTokenViaOIDC(String serviceId,
String account,
String xRequestId,
String idToken)
Gets a short-lived access token for applications using OpenID Connect (OIDC) to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaOIDCAsync(String serviceId,
String account,
String xRequestId,
String idToken,
ApiCallback<String> _callback)
Gets a short-lived access token for applications using OpenID Connect (OIDC) to access the Conjur API.
|
okhttp3.Call |
AuthenticationApi.getAccessTokenViaOIDCCall(String serviceId,
String account,
String xRequestId,
String idToken,
ApiCallback _callback)
Build call for getAccessTokenViaOIDC
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaOIDCWithHttpInfo(String serviceId,
String account)
Gets a short-lived access token for applications using OpenID Connect (OIDC) to access the Conjur API.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenViaOIDCWithHttpInfo(String serviceId,
String account,
String xRequestId,
String idToken)
Gets a short-lived access token for applications using OpenID Connect (OIDC) to access the Conjur API.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenWithHttpInfo(String account,
String login,
String body)
Gets a short-lived access token, which is required in the header of most subsequent API requests.
|
ApiResponse<String> |
AuthenticationApi.getAccessTokenWithHttpInfo(String account,
String login,
String body,
String acceptEncoding,
String xRequestId)
Gets a short-lived access token, which is required in the header of most subsequent API requests.
|
String |
AuthenticationApi.getAPIKey(String account)
Gets the API key of a user given the username and password via HTTP Basic Authentication.
|
String |
AuthenticationApi.getAPIKey(String account,
String xRequestId)
Gets the API key of a user given the username and password via HTTP Basic Authentication.
|
okhttp3.Call |
AuthenticationApi.getAPIKeyAsync(String account,
String xRequestId,
ApiCallback<String> _callback)
Gets the API key of a user given the username and password via HTTP Basic Authentication.
|
okhttp3.Call |
AuthenticationApi.getAPIKeyCall(String account,
String xRequestId,
ApiCallback _callback)
Build call for getAPIKey
|
String |
AuthenticationApi.getAPIKeyViaLDAP(String serviceId,
String account)
Gets the Conjur API key of a user given the LDAP username and password via HTTP Basic Authentication.
|
String |
AuthenticationApi.getAPIKeyViaLDAP(String serviceId,
String account,
String xRequestId)
Gets the Conjur API key of a user given the LDAP username and password via HTTP Basic Authentication.
|
okhttp3.Call |
AuthenticationApi.getAPIKeyViaLDAPAsync(String serviceId,
String account,
String xRequestId,
ApiCallback<String> _callback)
Gets the Conjur API key of a user given the LDAP username and password via HTTP Basic Authentication.
|
okhttp3.Call |
AuthenticationApi.getAPIKeyViaLDAPCall(String serviceId,
String account,
String xRequestId,
ApiCallback _callback)
Build call for getAPIKeyViaLDAP
|
ApiResponse<String> |
AuthenticationApi.getAPIKeyViaLDAPWithHttpInfo(String serviceId,
String account)
Gets the Conjur API key of a user given the LDAP username and password via HTTP Basic Authentication.
|
ApiResponse<String> |
AuthenticationApi.getAPIKeyViaLDAPWithHttpInfo(String serviceId,
String account,
String xRequestId)
Gets the Conjur API key of a user given the LDAP username and password via HTTP Basic Authentication.
|
ApiResponse<String> |
AuthenticationApi.getAPIKeyWithHttpInfo(String account)
Gets the API key of a user given the username and password via HTTP Basic Authentication.
|
ApiResponse<String> |
AuthenticationApi.getAPIKeyWithHttpInfo(String account,
String xRequestId)
Gets the API key of a user given the username and password via HTTP Basic Authentication.
|
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.
|
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.
|
okhttp3.Call |
StatusApi.getAuthenticatorsCall(String xRequestId,
ApiCallback _callback)
Build call for getAuthenticators
|
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.
|
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.
|
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.getGCPAuthenticatorStatusCall(String account,
String xRequestId,
ApiCallback _callback)
Build call for getGCPAuthenticatorStatus
|
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.
|
String |
SecretsApi.getSecret(String account,
String kind,
String identifier)
Fetches the value of a secret from the specified Secret.
|
String |
SecretsApi.getSecret(String account,
String kind,
String identifier,
Integer version,
String xRequestId)
Fetches the value of a secret from the specified Secret.
|
okhttp3.Call |
SecretsApi.getSecretAsync(String account,
String kind,
String identifier,
Integer version,
String xRequestId,
ApiCallback<String> _callback)
Fetches the value of a secret from the specified Secret.
|
okhttp3.Call |
SecretsApi.getSecretCall(String account,
String kind,
String identifier,
Integer version,
String xRequestId,
ApiCallback _callback)
Build call for getSecret
|
Object |
SecretsApi.getSecrets(String variableIds)
Fetch multiple secrets
Fetches multiple secret values in one invocation.
|
Object |
SecretsApi.getSecrets(String variableIds,
String acceptEncoding,
String xRequestId)
Fetch multiple secrets
Fetches multiple secret values in one invocation.
|
okhttp3.Call |
SecretsApi.getSecretsAsync(String variableIds,
String acceptEncoding,
String xRequestId,
ApiCallback<Object> _callback)
Fetch multiple secrets (asynchronously)
Fetches multiple secret values in one invocation.
|
okhttp3.Call |
SecretsApi.getSecretsCall(String variableIds,
String acceptEncoding,
String xRequestId,
ApiCallback _callback)
Build call for getSecrets
|
ApiResponse<Object> |
SecretsApi.getSecretsWithHttpInfo(String variableIds)
Fetch multiple secrets
Fetches multiple secret values in one invocation.
|
ApiResponse<Object> |
SecretsApi.getSecretsWithHttpInfo(String variableIds,
String acceptEncoding,
String xRequestId)
Fetch multiple secrets
Fetches multiple secret values in one invocation.
|
ApiResponse<String> |
SecretsApi.getSecretWithHttpInfo(String account,
String kind,
String identifier)
Fetches the value of a secret from the specified Secret.
|
ApiResponse<String> |
SecretsApi.getSecretWithHttpInfo(String account,
String kind,
String identifier,
Integer version,
String xRequestId)
Fetches the value of a secret from the specified Secret.
|
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.
|
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.
|
okhttp3.Call |
StatusApi.getServiceAuthenticatorStatusCall(String authenticator,
String serviceId,
String account,
String xRequestId,
ApiCallback _callback)
Build call for getServiceAuthenticatorStatus
|
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.
|
void |
AuthenticationApi.k8sInjectClientCert(String serviceId,
String body)
For applications running in Kubernetes; sends Conjur a certificate signing request (CSR) and requests a client certificate injected into the application's Kubernetes pod.
|
void |
AuthenticationApi.k8sInjectClientCert(String serviceId,
String body,
String hostIdPrefix,
String xRequestId)
For applications running in Kubernetes; sends Conjur a certificate signing request (CSR) and requests a client certificate injected into the application's Kubernetes pod.
|
okhttp3.Call |
AuthenticationApi.k8sInjectClientCertAsync(String serviceId,
String body,
String hostIdPrefix,
String xRequestId,
ApiCallback<Void> _callback)
For applications running in Kubernetes; sends Conjur a certificate signing request (CSR) and requests a client certificate injected into the application's Kubernetes pod.
|
okhttp3.Call |
AuthenticationApi.k8sInjectClientCertCall(String serviceId,
String body,
String hostIdPrefix,
String xRequestId,
ApiCallback _callback)
Build call for k8sInjectClientCert
|
ApiResponse<Void> |
AuthenticationApi.k8sInjectClientCertWithHttpInfo(String serviceId,
String body)
For applications running in Kubernetes; sends Conjur a certificate signing request (CSR) and requests a client certificate injected into the application's Kubernetes pod.
|
ApiResponse<Void> |
AuthenticationApi.k8sInjectClientCertWithHttpInfo(String serviceId,
String body,
String hostIdPrefix,
String xRequestId)
For applications running in Kubernetes; sends Conjur a certificate signing request (CSR) and requests a client certificate injected into the application's Kubernetes pod.
|
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.
|
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.loadPolicyCall(String account,
String identifier,
String body,
String xRequestId,
ApiCallback _callback)
Build call for loadPolicy
|
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.
|
void |
RolesApi.removeMemberFromRole(String account,
String kind,
String identifier,
String members,
String member)
Deletes an existing role membership
Deletes an existing role membership.
|
void |
RolesApi.removeMemberFromRole(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId)
Deletes an existing role membership
Deletes an existing role membership.
|
okhttp3.Call |
RolesApi.removeMemberFromRoleAsync(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId,
ApiCallback<Void> _callback)
Deletes an existing role membership (asynchronously)
Deletes an existing role membership.
|
okhttp3.Call |
RolesApi.removeMemberFromRoleCall(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId,
ApiCallback _callback)
Build call for removeMemberFromRole
|
ApiResponse<Void> |
RolesApi.removeMemberFromRoleWithHttpInfo(String account,
String kind,
String identifier,
String members,
String member)
Deletes an existing role membership
Deletes an existing role membership.
|
ApiResponse<Void> |
RolesApi.removeMemberFromRoleWithHttpInfo(String account,
String kind,
String identifier,
String members,
String member,
String xRequestId)
Deletes an existing role membership
Deletes an existing role membership.
|
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.
|
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.replacePolicyCall(String account,
String identifier,
String body,
String xRequestId,
ApiCallback _callback)
Build call for replacePolicy
|
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.
|
void |
HostFactoryApi.revokeToken(String token)
Revokes a token, immediately disabling it.
|
void |
HostFactoryApi.revokeToken(String token,
String xRequestId)
Revokes a token, immediately disabling it.
|
okhttp3.Call |
HostFactoryApi.revokeTokenAsync(String token,
String xRequestId,
ApiCallback<Void> _callback)
Revokes a token, immediately disabling it.
|
okhttp3.Call |
HostFactoryApi.revokeTokenCall(String token,
String xRequestId,
ApiCallback _callback)
Build call for revokeToken
|
ApiResponse<Void> |
HostFactoryApi.revokeTokenWithHttpInfo(String token)
Revokes a token, immediately disabling it.
|
ApiResponse<Void> |
HostFactoryApi.revokeTokenWithHttpInfo(String token,
String xRequestId)
Revokes a token, immediately disabling it.
|
String |
AuthenticationApi.rotateApiKey(String account)
Rotates a role's API key.
|
String |
AuthenticationApi.rotateApiKey(String account,
String role,
String xRequestId)
Rotates a role's API key.
|
okhttp3.Call |
AuthenticationApi.rotateApiKeyAsync(String account,
String role,
String xRequestId,
ApiCallback<String> _callback)
Rotates a role's API key.
|
okhttp3.Call |
AuthenticationApi.rotateApiKeyCall(String account,
String role,
String xRequestId,
ApiCallback _callback)
Build call for rotateApiKey
|
ApiResponse<String> |
AuthenticationApi.rotateApiKeyWithHttpInfo(String account)
Rotates a role's API key.
|
ApiResponse<String> |
AuthenticationApi.rotateApiKeyWithHttpInfo(String account,
String role,
String xRequestId)
Rotates a role's API key.
|
String |
PublicKeysApi.showPublicKeys(String account,
String kind,
String identifier)
Shows all public keys for a resource.
|
String |
PublicKeysApi.showPublicKeys(String account,
String kind,
String identifier,
String xRequestId)
Shows all public keys for a resource.
|
okhttp3.Call |
PublicKeysApi.showPublicKeysAsync(String account,
String kind,
String identifier,
String xRequestId,
ApiCallback<String> _callback)
Shows all public keys for a resource.
|
okhttp3.Call |
PublicKeysApi.showPublicKeysCall(String account,
String kind,
String identifier,
String xRequestId,
ApiCallback _callback)
Build call for showPublicKeys
|
ApiResponse<String> |
PublicKeysApi.showPublicKeysWithHttpInfo(String account,
String kind,
String identifier)
Shows all public keys for a resource.
|
ApiResponse<String> |
PublicKeysApi.showPublicKeysWithHttpInfo(String account,
String kind,
String identifier,
String xRequestId)
Shows all public keys for a resource.
|
Resource |
ResourcesApi.showResource(String account,
String kind,
String identifier)
Shows a description of a single resource.
|
Resource |
ResourcesApi.showResource(String account,
String kind,
String identifier,
Boolean permittedRoles,
String privilege,
Boolean check,
String role,
String xRequestId)
Shows a description of a single resource.
|
okhttp3.Call |
ResourcesApi.showResourceAsync(String account,
String kind,
String identifier,
Boolean permittedRoles,
String privilege,
Boolean check,
String role,
String xRequestId,
ApiCallback<Resource> _callback)
Shows a description of a single resource.
|
okhttp3.Call |
ResourcesApi.showResourceCall(String account,
String kind,
String identifier,
Boolean permittedRoles,
String privilege,
Boolean check,
String role,
String xRequestId,
ApiCallback _callback)
Build call for showResource
|
List<Resource> |
ResourcesApi.showResourcesForAccount(String account)
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForAccount(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForAccountAsync(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback<List<Resource>> _callback)
Lists resources within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForAccountCall(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback _callback)
Build call for showResourcesForAccount
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAccountWithHttpInfo(String account)
Lists resources within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAccountWithHttpInfo(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForAllAccounts()
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForAllAccounts(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForAllAccountsAsync(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback<List<Resource>> _callback)
Lists resources within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForAllAccountsCall(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback _callback)
Build call for showResourcesForAllAccounts
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAllAccountsWithHttpInfo()
Lists resources within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForAllAccountsWithHttpInfo(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForKind(String account,
String kind)
Lists resources of the same kind within an organization account.
|
List<Resource> |
ResourcesApi.showResourcesForKind(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources of the same kind within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForKindAsync(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback<List<Resource>> _callback)
Lists resources of the same kind within an organization account.
|
okhttp3.Call |
ResourcesApi.showResourcesForKindCall(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId,
ApiCallback _callback)
Build call for showResourcesForKind
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForKindWithHttpInfo(String account,
String kind)
Lists resources of the same kind within an organization account.
|
ApiResponse<List<Resource>> |
ResourcesApi.showResourcesForKindWithHttpInfo(String account,
String kind,
String search,
Integer offset,
Integer limit,
Boolean count,
String role,
String actingAs,
String xRequestId)
Lists resources of the same kind within an organization account.
|
ApiResponse<Resource> |
ResourcesApi.showResourceWithHttpInfo(String account,
String kind,
String identifier)
Shows a description of a single resource.
|
ApiResponse<Resource> |
ResourcesApi.showResourceWithHttpInfo(String account,
String kind,
String identifier,
Boolean permittedRoles,
String privilege,
Boolean check,
String role,
String xRequestId)
Shows a description of a single resource.
|
Object |
RolesApi.showRole(String account,
String kind,
String identifier)
Get role information
Gets detailed information about a specific role, including the role members.
|
Object |
RolesApi.showRole(String account,
String kind,
String identifier,
String all,
String memberships,
String members,
Integer offset,
Integer limit,
Boolean count,
String search,
String graph,
String xRequestId)
Get role information
Gets detailed information about a specific role, including the role members.
|
okhttp3.Call |
RolesApi.showRoleAsync(String account,
String kind,
String identifier,
String all,
String memberships,
String members,
Integer offset,
Integer limit,
Boolean count,
String search,
String graph,
String xRequestId,
ApiCallback<Object> _callback)
Get role information (asynchronously)
Gets detailed information about a specific role, including the role members.
|
okhttp3.Call |
RolesApi.showRoleCall(String account,
String kind,
String identifier,
String all,
String memberships,
String members,
Integer offset,
Integer limit,
Boolean count,
String search,
String graph,
String xRequestId,
ApiCallback _callback)
Build call for showRole
|
ApiResponse<Object> |
RolesApi.showRoleWithHttpInfo(String account,
String kind,
String identifier)
Get role information
Gets detailed information about a specific role, including the role members.
|
ApiResponse<Object> |
RolesApi.showRoleWithHttpInfo(String account,
String kind,
String identifier,
String all,
String memberships,
String members,
Integer offset,
Integer limit,
Boolean count,
String search,
String graph,
String xRequestId)
Get role information
Gets detailed information about a specific role, including the role members.
|
CertificateJson |
CertificateAuthorityApi.sign(String account,
String serviceId,
String csr,
String ttl)
Gets a signed certificate from the configured Certificate Authority service.
|
CertificateJson |
CertificateAuthorityApi.sign(String account,
String serviceId,
String csr,
String ttl,
String accept,
String xRequestId)
Gets a signed certificate from the configured Certificate Authority service.
|
okhttp3.Call |
CertificateAuthorityApi.signAsync(String account,
String serviceId,
String csr,
String ttl,
String accept,
String xRequestId,
ApiCallback<CertificateJson> _callback)
Gets a signed certificate from the configured Certificate Authority service.
|
okhttp3.Call |
CertificateAuthorityApi.signCall(String account,
String serviceId,
String csr,
String ttl,
String accept,
String xRequestId,
ApiCallback _callback)
Build call for sign
|
ApiResponse<CertificateJson> |
CertificateAuthorityApi.signWithHttpInfo(String account,
String serviceId,
String csr,
String ttl)
Gets a signed certificate from the configured Certificate Authority service.
|
ApiResponse<CertificateJson> |
CertificateAuthorityApi.signWithHttpInfo(String account,
String serviceId,
String csr,
String ttl,
String accept,
String xRequestId)
Gets a signed certificate from the configured Certificate Authority service.
|
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.
|
okhttp3.Call |
PoliciesApi.updatePolicyAsync(String account,
String identifier,
String body,
String xRequestId,
ApiCallback<LoadedPolicy> _callback)
Modifies an existing Conjur policy.
|
okhttp3.Call |
PoliciesApi.updatePolicyCall(String account,
String identifier,
String body,
String xRequestId,
ApiCallback _callback)
Build call for updatePolicy
|
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.
|
WhoAmI |
StatusApi.whoAmI()
Provides information about the client making an API request.
|
WhoAmI |
StatusApi.whoAmI(String xRequestId)
Provides information about the client making an API request.
|
okhttp3.Call |
StatusApi.whoAmIAsync(String xRequestId,
ApiCallback<WhoAmI> _callback)
Provides information about the client making an API request.
|
okhttp3.Call |
StatusApi.whoAmICall(String xRequestId,
ApiCallback _callback)
Build call for whoAmI
|
ApiResponse<WhoAmI> |
StatusApi.whoAmIWithHttpInfo()
Provides information about the client making an API request.
|
ApiResponse<WhoAmI> |
StatusApi.whoAmIWithHttpInfo(String xRequestId)
Provides information about the client making an API request.
|
Copyright © 2023. All rights reserved.