| Package | Description |
|---|---|
| com.cyberark.conjur.sdk | |
| com.cyberark.conjur.sdk.endpoint |
| 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> void |
ApiClient.executeAsync(okhttp3.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Constructor and Description |
|---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ApiCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
Copyright © 2023. All rights reserved.