@Generated(value="OracleSDKGenerator", comments="API Version: v1") public class IdentityDomainsAsyncClient extends BaseAsyncClient implements IdentityDomainsAsync
Async client implementation for IdentityDomains service.
There are two ways to use async client: 1. Use AsyncHandler: using AsyncHandler, if the response
to the call is an InputStream
, like getObject Api in object storage service,
developers need to process the stream in AsyncHandler, and not anywhere else, because the stream
will be closed right after the AsyncHandler is invoked.
2. Use Java Future: using Java Future, developers need to close the stream after they are done
with the Java Future.
Accessing the result should be done in a mutually exclusive manner, either through the Future or
the AsyncHandler, but not both. If the Future is used, the caller should pass in null as the
AsyncHandler. If the AsyncHandler is used, it is still safe to use the Future to determine
whether or not the request was completed via Future.isDone/isCancelled.
Please refer to
https://github.com/oracle/oci-java-sdk/blob/master/bmc-examples/src/main/java/ResteasyClientWithObjectStorageExample.java
Modifier and Type | Class and Description |
---|---|
static class |
IdentityDomainsAsyncClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
String |
clientCommonLibraryVersion
Compatible SDK version, provided by the codegen.
|
Optional<String> |
minimumClientCommonLibraryVersionFromClient
Minimum compatible SDK version, maybe provided by the codegen.
|
static Service |
SERVICE
Service instance for IdentityDomains.
|
Constructor and Description |
---|
IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
IdentityDomainsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
IdentityDomainsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
IdentityDomainsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint
close
public static final Service SERVICE
Service instance for IdentityDomains.
public final String clientCommonLibraryVersion
@Deprecated public IdentityDomainsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see IdentityDomainsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public IdentityDomainsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see IdentityDomainsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public IdentityDomainsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see IdentityDomainsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see IdentityDomainsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see IdentityDomainsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
@Deprecated public IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see IdentityDomainsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
@Deprecated public IdentityDomainsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see IdentityDomainsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
signingStrategyRequestSignerFactories
- ClientBuilderBase.signingStrategyRequestSignerFactories
public static IdentityDomainsAsyncClient.Builder builder()
Create a builder for this client.
public Future<CreateApiKeyResponse> createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)
IdentityDomainsAsync
Create a user’s API key.
createApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateAppResponse> createApp(CreateAppRequest request, AsyncHandler<CreateAppRequest,CreateAppResponse> handler)
IdentityDomainsAsync
Create an App
createApp
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateAppRoleResponse> createAppRole(CreateAppRoleRequest request, AsyncHandler<CreateAppRoleRequest,CreateAppRoleResponse> handler)
IdentityDomainsAsync
Create an AppRole
createAppRole
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateApprovalWorkflowResponse> createApprovalWorkflow(CreateApprovalWorkflowRequest request, AsyncHandler<CreateApprovalWorkflowRequest,CreateApprovalWorkflowResponse> handler)
IdentityDomainsAsync
Create ApprovalWorkflow
createApprovalWorkflow
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateApprovalWorkflowAssignmentResponse> createApprovalWorkflowAssignment(CreateApprovalWorkflowAssignmentRequest request, AsyncHandler<CreateApprovalWorkflowAssignmentRequest,CreateApprovalWorkflowAssignmentResponse> handler)
IdentityDomainsAsync
Create Approval Workflow Assignment
createApprovalWorkflowAssignment
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateApprovalWorkflowStepResponse> createApprovalWorkflowStep(CreateApprovalWorkflowStepRequest request, AsyncHandler<CreateApprovalWorkflowStepRequest,CreateApprovalWorkflowStepResponse> handler)
IdentityDomainsAsync
Create ApprovalWorkflowStep
createApprovalWorkflowStep
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateAuthTokenResponse> createAuthToken(CreateAuthTokenRequest request, AsyncHandler<CreateAuthTokenRequest,CreateAuthTokenResponse> handler)
IdentityDomainsAsync
Create a user’s Auth token.
createAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateAuthenticationFactorsRemoverResponse> createAuthenticationFactorsRemover(CreateAuthenticationFactorsRemoverRequest request, AsyncHandler<CreateAuthenticationFactorsRemoverRequest,CreateAuthenticationFactorsRemoverResponse> handler)
IdentityDomainsAsync
Remove All Authentication Factor Channels for a User
createAuthenticationFactorsRemover
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateCloudGateResponse> createCloudGate(CreateCloudGateRequest request, AsyncHandler<CreateCloudGateRequest,CreateCloudGateResponse> handler)
IdentityDomainsAsync
Create a Cloud Gate
createCloudGate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateCloudGateMappingResponse> createCloudGateMapping(CreateCloudGateMappingRequest request, AsyncHandler<CreateCloudGateMappingRequest,CreateCloudGateMappingResponse> handler)
IdentityDomainsAsync
Create a Cloud Gate mapping
createCloudGateMapping
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateCloudGateServerResponse> createCloudGateServer(CreateCloudGateServerRequest request, AsyncHandler<CreateCloudGateServerRequest,CreateCloudGateServerResponse> handler)
IdentityDomainsAsync
Create a Cloud Gate server
createCloudGateServer
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateConditionResponse> createCondition(CreateConditionRequest request, AsyncHandler<CreateConditionRequest,CreateConditionResponse> handler)
IdentityDomainsAsync
Create a condition
createCondition
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateCustomerSecretKeyResponse> createCustomerSecretKey(CreateCustomerSecretKeyRequest request, AsyncHandler<CreateCustomerSecretKeyRequest,CreateCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Create a user’s customer secret key.
createCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateDynamicResourceGroupResponse> createDynamicResourceGroup(CreateDynamicResourceGroupRequest request, AsyncHandler<CreateDynamicResourceGroupRequest,CreateDynamicResourceGroupResponse> handler)
IdentityDomainsAsync
Create a Dynamic Resource Group.
createDynamicResourceGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateGrantResponse> createGrant(CreateGrantRequest request, AsyncHandler<CreateGrantRequest,CreateGrantResponse> handler)
IdentityDomainsAsync
Add a Grantee to an AppRole
createGrant
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateGroupResponse> createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
IdentityDomainsAsync
Create a group.
createGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateIdentityPropagationTrustResponse> createIdentityPropagationTrust(CreateIdentityPropagationTrustRequest request, AsyncHandler<CreateIdentityPropagationTrustRequest,CreateIdentityPropagationTrustResponse> handler)
IdentityDomainsAsync
Register a new Identity Propagation Trust configuration.
createIdentityPropagationTrust
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateIdentityProviderResponse> createIdentityProvider(CreateIdentityProviderRequest request, AsyncHandler<CreateIdentityProviderRequest,CreateIdentityProviderResponse> handler)
IdentityDomainsAsync
Create an Identity Provider
createIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMeResponse> createMe(CreateMeRequest request, AsyncHandler<CreateMeRequest,CreateMeResponse> handler)
IdentityDomainsAsync
Self register a user.
createMe
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyApiKeyResponse> createMyApiKey(CreateMyApiKeyRequest request, AsyncHandler<CreateMyApiKeyRequest,CreateMyApiKeyResponse> handler)
IdentityDomainsAsync
Add a user’s own API key.
createMyApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyAuthTokenResponse> createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
IdentityDomainsAsync
Create a user’s own Auth token.
createMyAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyAuthenticationFactorInitiatorResponse> createMyAuthenticationFactorInitiator(CreateMyAuthenticationFactorInitiatorRequest request, AsyncHandler<CreateMyAuthenticationFactorInitiatorRequest,CreateMyAuthenticationFactorInitiatorResponse> handler)
IdentityDomainsAsync
Initiate Self Service Enrollment using the Requested MFA Factor
createMyAuthenticationFactorInitiator
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyAuthenticationFactorValidatorResponse> createMyAuthenticationFactorValidator(CreateMyAuthenticationFactorValidatorRequest request, AsyncHandler<CreateMyAuthenticationFactorValidatorRequest,CreateMyAuthenticationFactorValidatorResponse> handler)
IdentityDomainsAsync
Validate Self Service Enrollment using the Requested MFA Factor
createMyAuthenticationFactorValidator
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyAuthenticationFactorsRemoverResponse> createMyAuthenticationFactorsRemover(CreateMyAuthenticationFactorsRemoverRequest request, AsyncHandler<CreateMyAuthenticationFactorsRemoverRequest,CreateMyAuthenticationFactorsRemoverResponse> handler)
IdentityDomainsAsync
Remove All Authentication Factor Channels for a User
createMyAuthenticationFactorsRemover
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyCustomerSecretKeyResponse> createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request, AsyncHandler<CreateMyCustomerSecretKeyRequest,CreateMyCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Add a user’s own customer secret key.
createMyCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyOAuth2ClientCredentialResponse> createMyOAuth2ClientCredential(CreateMyOAuth2ClientCredentialRequest request, AsyncHandler<CreateMyOAuth2ClientCredentialRequest,CreateMyOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Create a user’s own OAuth2 client credential.
createMyOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyRequestResponse> createMyRequest(CreateMyRequestRequest request, AsyncHandler<CreateMyRequestRequest,CreateMyRequestResponse> handler)
IdentityDomainsAsync
Create a Request
createMyRequest
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMySmtpCredentialResponse> createMySmtpCredential(CreateMySmtpCredentialRequest request, AsyncHandler<CreateMySmtpCredentialRequest,CreateMySmtpCredentialResponse> handler)
IdentityDomainsAsync
Create a user’s own SMTP credential.
createMySmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMySupportAccountResponse> createMySupportAccount(CreateMySupportAccountRequest request, AsyncHandler<CreateMySupportAccountRequest,CreateMySupportAccountResponse> handler)
IdentityDomainsAsync
Create a user’s own support account.
createMySupportAccount
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMyUserDbCredentialResponse> createMyUserDbCredential(CreateMyUserDbCredentialRequest request, AsyncHandler<CreateMyUserDbCredentialRequest,CreateMyUserDbCredentialResponse> handler)
IdentityDomainsAsync
Create a user’s own database (DB) credential.
createMyUserDbCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateNetworkPerimeterResponse> createNetworkPerimeter(CreateNetworkPerimeterRequest request, AsyncHandler<CreateNetworkPerimeterRequest,CreateNetworkPerimeterResponse> handler)
IdentityDomainsAsync
Create a NetworkPerimeter
createNetworkPerimeter
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateOAuth2ClientCredentialResponse> createOAuth2ClientCredential(CreateOAuth2ClientCredentialRequest request, AsyncHandler<CreateOAuth2ClientCredentialRequest,CreateOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Add a user’s OAuth2 client credentials.
createOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateOAuthClientCertificateResponse> createOAuthClientCertificate(CreateOAuthClientCertificateRequest request, AsyncHandler<CreateOAuthClientCertificateRequest,CreateOAuthClientCertificateResponse> handler)
IdentityDomainsAsync
Create an OAuth Client Certificate
createOAuthClientCertificate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateOAuthPartnerCertificateResponse> createOAuthPartnerCertificate(CreateOAuthPartnerCertificateRequest request, AsyncHandler<CreateOAuthPartnerCertificateRequest,CreateOAuthPartnerCertificateResponse> handler)
IdentityDomainsAsync
Create an OAuth Partner Certificate
createOAuthPartnerCertificate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreatePasswordPolicyResponse> createPasswordPolicy(CreatePasswordPolicyRequest request, AsyncHandler<CreatePasswordPolicyRequest,CreatePasswordPolicyResponse> handler)
IdentityDomainsAsync
Create a password policy.
createPasswordPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreatePolicyResponse> createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
IdentityDomainsAsync
Create a Policy.
createPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateRestoreOciConsolePolicyResponse> createRestoreOciConsolePolicy(CreateRestoreOciConsolePolicyRequest request, AsyncHandler<CreateRestoreOciConsolePolicyRequest,CreateRestoreOciConsolePolicyResponse> handler)
IdentityDomainsAsync
Create a RestoreOciConsolePolicy entry to restore Policy to factory default.
createRestoreOciConsolePolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateRuleResponse> createRule(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResponse> handler)
IdentityDomainsAsync
Create a Rule.
createRule
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateSecurityQuestionResponse> createSecurityQuestion(CreateSecurityQuestionRequest request, AsyncHandler<CreateSecurityQuestionRequest,CreateSecurityQuestionResponse> handler)
IdentityDomainsAsync
Create a security question.
createSecurityQuestion
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateSelfRegistrationProfileResponse> createSelfRegistrationProfile(CreateSelfRegistrationProfileRequest request, AsyncHandler<CreateSelfRegistrationProfileRequest,CreateSelfRegistrationProfileResponse> handler)
IdentityDomainsAsync
Create a self-registration profile.
createSelfRegistrationProfile
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateSmtpCredentialResponse> createSmtpCredential(CreateSmtpCredentialRequest request, AsyncHandler<CreateSmtpCredentialRequest,CreateSmtpCredentialResponse> handler)
IdentityDomainsAsync
Create a user’s SMTP credentials.
createSmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateSocialIdentityProviderResponse> createSocialIdentityProvider(CreateSocialIdentityProviderRequest request, AsyncHandler<CreateSocialIdentityProviderRequest,CreateSocialIdentityProviderResponse> handler)
IdentityDomainsAsync
Create a Social Identity Provider
createSocialIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateUserResponse> createUser(CreateUserRequest request, AsyncHandler<CreateUserRequest,CreateUserResponse> handler)
IdentityDomainsAsync
Create a user.
createUser
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateUserDbCredentialResponse> createUserDbCredential(CreateUserDbCredentialRequest request, AsyncHandler<CreateUserDbCredentialRequest,CreateUserDbCredentialResponse> handler)
IdentityDomainsAsync
Create a user’s database (DB) credentials.
createUserDbCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteApiKeyResponse> deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)
IdentityDomainsAsync
Delete a user’s API key.
deleteApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteAppResponse> deleteApp(DeleteAppRequest request, AsyncHandler<DeleteAppRequest,DeleteAppResponse> handler)
IdentityDomainsAsync
Delete an App
deleteApp
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteAppRoleResponse> deleteAppRole(DeleteAppRoleRequest request, AsyncHandler<DeleteAppRoleRequest,DeleteAppRoleResponse> handler)
IdentityDomainsAsync
Delete an AppRole
deleteAppRole
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteApprovalWorkflowResponse> deleteApprovalWorkflow(DeleteApprovalWorkflowRequest request, AsyncHandler<DeleteApprovalWorkflowRequest,DeleteApprovalWorkflowResponse> handler)
IdentityDomainsAsync
Delete ApprovalWorkflow
deleteApprovalWorkflow
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteApprovalWorkflowAssignmentResponse> deleteApprovalWorkflowAssignment(DeleteApprovalWorkflowAssignmentRequest request, AsyncHandler<DeleteApprovalWorkflowAssignmentRequest,DeleteApprovalWorkflowAssignmentResponse> handler)
IdentityDomainsAsync
Delete Approval Workflow Assignment
deleteApprovalWorkflowAssignment
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteApprovalWorkflowStepResponse> deleteApprovalWorkflowStep(DeleteApprovalWorkflowStepRequest request, AsyncHandler<DeleteApprovalWorkflowStepRequest,DeleteApprovalWorkflowStepResponse> handler)
IdentityDomainsAsync
Delete ApprovalWorkflowStep
deleteApprovalWorkflowStep
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteAuthTokenResponse> deleteAuthToken(DeleteAuthTokenRequest request, AsyncHandler<DeleteAuthTokenRequest,DeleteAuthTokenResponse> handler)
IdentityDomainsAsync
Delete a user’s Auth token.
deleteAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteCloudGateResponse> deleteCloudGate(DeleteCloudGateRequest request, AsyncHandler<DeleteCloudGateRequest,DeleteCloudGateResponse> handler)
IdentityDomainsAsync
Delete a Cloud Gate
deleteCloudGate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteCloudGateMappingResponse> deleteCloudGateMapping(DeleteCloudGateMappingRequest request, AsyncHandler<DeleteCloudGateMappingRequest,DeleteCloudGateMappingResponse> handler)
IdentityDomainsAsync
Delete a Cloud Gate mapping
deleteCloudGateMapping
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteCloudGateServerResponse> deleteCloudGateServer(DeleteCloudGateServerRequest request, AsyncHandler<DeleteCloudGateServerRequest,DeleteCloudGateServerResponse> handler)
IdentityDomainsAsync
Delete a Cloud Gate server
deleteCloudGateServer
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteConditionResponse> deleteCondition(DeleteConditionRequest request, AsyncHandler<DeleteConditionRequest,DeleteConditionResponse> handler)
IdentityDomainsAsync
Delete a condition.
deleteCondition
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteCustomerSecretKeyResponse> deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Delete a user’s customer secret key.
deleteCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteDynamicResourceGroupResponse> deleteDynamicResourceGroup(DeleteDynamicResourceGroupRequest request, AsyncHandler<DeleteDynamicResourceGroupRequest,DeleteDynamicResourceGroupResponse> handler)
IdentityDomainsAsync
Delete a Dynamic Resource Group.
deleteDynamicResourceGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteGrantResponse> deleteGrant(DeleteGrantRequest request, AsyncHandler<DeleteGrantRequest,DeleteGrantResponse> handler)
IdentityDomainsAsync
Remove a Grantee from an AppRole
deleteGrant
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteGroupResponse> deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
IdentityDomainsAsync
Delete a group.
deleteGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteIdentityPropagationTrustResponse> deleteIdentityPropagationTrust(DeleteIdentityPropagationTrustRequest request, AsyncHandler<DeleteIdentityPropagationTrustRequest,DeleteIdentityPropagationTrustResponse> handler)
IdentityDomainsAsync
Delete an existing Identity Propagation Trust configuration.
deleteIdentityPropagationTrust
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteIdentityProviderResponse> deleteIdentityProvider(DeleteIdentityProviderRequest request, AsyncHandler<DeleteIdentityProviderRequest,DeleteIdentityProviderResponse> handler)
IdentityDomainsAsync
Delete an Identity Provider
deleteIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMyApiKeyResponse> deleteMyApiKey(DeleteMyApiKeyRequest request, AsyncHandler<DeleteMyApiKeyRequest,DeleteMyApiKeyResponse> handler)
IdentityDomainsAsync
Delete a user’s own API key.
deleteMyApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMyAuthTokenResponse> deleteMyAuthToken(DeleteMyAuthTokenRequest request, AsyncHandler<DeleteMyAuthTokenRequest,DeleteMyAuthTokenResponse> handler)
IdentityDomainsAsync
Delete a user’s own Auth token.
deleteMyAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMyCustomerSecretKeyResponse> deleteMyCustomerSecretKey(DeleteMyCustomerSecretKeyRequest request, AsyncHandler<DeleteMyCustomerSecretKeyRequest,DeleteMyCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Delete a user’s own customer secret key.
deleteMyCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMyDeviceResponse> deleteMyDevice(DeleteMyDeviceRequest request, AsyncHandler<DeleteMyDeviceRequest,DeleteMyDeviceResponse> handler)
IdentityDomainsAsync
Delete a Device
deleteMyDevice
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMyOAuth2ClientCredentialResponse> deleteMyOAuth2ClientCredential(DeleteMyOAuth2ClientCredentialRequest request, AsyncHandler<DeleteMyOAuth2ClientCredentialRequest,DeleteMyOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Delete a user’s own OAuth2 client credential.
deleteMyOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMySmtpCredentialResponse> deleteMySmtpCredential(DeleteMySmtpCredentialRequest request, AsyncHandler<DeleteMySmtpCredentialRequest,DeleteMySmtpCredentialResponse> handler)
IdentityDomainsAsync
Delete a user’s own SMTP credential.
deleteMySmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMySupportAccountResponse> deleteMySupportAccount(DeleteMySupportAccountRequest request, AsyncHandler<DeleteMySupportAccountRequest,DeleteMySupportAccountResponse> handler)
IdentityDomainsAsync
Delete a user’s own support account.
deleteMySupportAccount
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMyTrustedUserAgentResponse> deleteMyTrustedUserAgent(DeleteMyTrustedUserAgentRequest request, AsyncHandler<DeleteMyTrustedUserAgentRequest,DeleteMyTrustedUserAgentResponse> handler)
IdentityDomainsAsync
Delete a Trusted User Agent
deleteMyTrustedUserAgent
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMyUserDbCredentialResponse> deleteMyUserDbCredential(DeleteMyUserDbCredentialRequest request, AsyncHandler<DeleteMyUserDbCredentialRequest,DeleteMyUserDbCredentialResponse> handler)
IdentityDomainsAsync
Delete a user’s own database (DB) credential.
deleteMyUserDbCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteNetworkPerimeterResponse> deleteNetworkPerimeter(DeleteNetworkPerimeterRequest request, AsyncHandler<DeleteNetworkPerimeterRequest,DeleteNetworkPerimeterResponse> handler)
IdentityDomainsAsync
Delete a NetworkPerimeter
deleteNetworkPerimeter
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteOAuth2ClientCredentialResponse> deleteOAuth2ClientCredential(DeleteOAuth2ClientCredentialRequest request, AsyncHandler<DeleteOAuth2ClientCredentialRequest,DeleteOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Delete a user’s OAuth2 client credentials.
deleteOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteOAuthClientCertificateResponse> deleteOAuthClientCertificate(DeleteOAuthClientCertificateRequest request, AsyncHandler<DeleteOAuthClientCertificateRequest,DeleteOAuthClientCertificateResponse> handler)
IdentityDomainsAsync
Delete an OAuth Client Certificate
deleteOAuthClientCertificate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteOAuthPartnerCertificateResponse> deleteOAuthPartnerCertificate(DeleteOAuthPartnerCertificateRequest request, AsyncHandler<DeleteOAuthPartnerCertificateRequest,DeleteOAuthPartnerCertificateResponse> handler)
IdentityDomainsAsync
Delete an OAuth Partner Certificate
deleteOAuthPartnerCertificate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeletePasswordPolicyResponse> deletePasswordPolicy(DeletePasswordPolicyRequest request, AsyncHandler<DeletePasswordPolicyRequest,DeletePasswordPolicyResponse> handler)
IdentityDomainsAsync
Delete a password policy.
deletePasswordPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeletePolicyResponse> deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
IdentityDomainsAsync
Delete a Policy.
deletePolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteRuleResponse> deleteRule(DeleteRuleRequest request, AsyncHandler<DeleteRuleRequest,DeleteRuleResponse> handler)
IdentityDomainsAsync
Delete a Rule.
deleteRule
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteSecurityQuestionResponse> deleteSecurityQuestion(DeleteSecurityQuestionRequest request, AsyncHandler<DeleteSecurityQuestionRequest,DeleteSecurityQuestionResponse> handler)
IdentityDomainsAsync
Delete a security question.
deleteSecurityQuestion
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteSelfRegistrationProfileResponse> deleteSelfRegistrationProfile(DeleteSelfRegistrationProfileRequest request, AsyncHandler<DeleteSelfRegistrationProfileRequest,DeleteSelfRegistrationProfileResponse> handler)
IdentityDomainsAsync
Delete a self-registration profile.
deleteSelfRegistrationProfile
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteSmtpCredentialResponse> deleteSmtpCredential(DeleteSmtpCredentialRequest request, AsyncHandler<DeleteSmtpCredentialRequest,DeleteSmtpCredentialResponse> handler)
IdentityDomainsAsync
Delete a user’s SMTP credentials.
deleteSmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteSocialIdentityProviderResponse> deleteSocialIdentityProvider(DeleteSocialIdentityProviderRequest request, AsyncHandler<DeleteSocialIdentityProviderRequest,DeleteSocialIdentityProviderResponse> handler)
IdentityDomainsAsync
Delete a Social Identity Provider
deleteSocialIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteUserResponse> deleteUser(DeleteUserRequest request, AsyncHandler<DeleteUserRequest,DeleteUserResponse> handler)
IdentityDomainsAsync
Delete a user.
deleteUser
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteUserDbCredentialResponse> deleteUserDbCredential(DeleteUserDbCredentialRequest request, AsyncHandler<DeleteUserDbCredentialRequest,DeleteUserDbCredentialResponse> handler)
IdentityDomainsAsync
Delete a user’s database (DB) credentials.
deleteUserDbCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetAccountMgmtInfoResponse> getAccountMgmtInfo(GetAccountMgmtInfoRequest request, AsyncHandler<GetAccountMgmtInfoRequest,GetAccountMgmtInfoResponse> handler)
IdentityDomainsAsync
Get Account Mgmt Info
getAccountMgmtInfo
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetAccountRecoverySettingResponse> getAccountRecoverySetting(GetAccountRecoverySettingRequest request, AsyncHandler<GetAccountRecoverySettingRequest,GetAccountRecoverySettingResponse> handler)
IdentityDomainsAsync
Get an account recovery setting.
getAccountRecoverySetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetApiKeyResponse> getApiKey(GetApiKeyRequest request, AsyncHandler<GetApiKeyRequest,GetApiKeyResponse> handler)
IdentityDomainsAsync
Get a user’s API key.
getApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetAppResponse> getApp(GetAppRequest request, AsyncHandler<GetAppRequest,GetAppResponse> handler)
IdentityDomainsAsync
Get an App
getApp
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetAppRoleResponse> getAppRole(GetAppRoleRequest request, AsyncHandler<GetAppRoleRequest,GetAppRoleResponse> handler)
IdentityDomainsAsync
Get an AppRole
getAppRole
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetApprovalWorkflowResponse> getApprovalWorkflow(GetApprovalWorkflowRequest request, AsyncHandler<GetApprovalWorkflowRequest,GetApprovalWorkflowResponse> handler)
IdentityDomainsAsync
Get ApprovalWorkflow
getApprovalWorkflow
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetApprovalWorkflowAssignmentResponse> getApprovalWorkflowAssignment(GetApprovalWorkflowAssignmentRequest request, AsyncHandler<GetApprovalWorkflowAssignmentRequest,GetApprovalWorkflowAssignmentResponse> handler)
IdentityDomainsAsync
Get an Approval Workflow Assignment
getApprovalWorkflowAssignment
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetApprovalWorkflowStepResponse> getApprovalWorkflowStep(GetApprovalWorkflowStepRequest request, AsyncHandler<GetApprovalWorkflowStepRequest,GetApprovalWorkflowStepResponse> handler)
IdentityDomainsAsync
Get ApprovalWorkflowStep
getApprovalWorkflowStep
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetAuthTokenResponse> getAuthToken(GetAuthTokenRequest request, AsyncHandler<GetAuthTokenRequest,GetAuthTokenResponse> handler)
IdentityDomainsAsync
Get a user’s Auth token.
getAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetAuthenticationFactorSettingResponse> getAuthenticationFactorSetting(GetAuthenticationFactorSettingRequest request, AsyncHandler<GetAuthenticationFactorSettingRequest,GetAuthenticationFactorSettingResponse> handler)
IdentityDomainsAsync
Get Authentication Factor Settings
getAuthenticationFactorSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetBrandingSettingResponse> getBrandingSetting(GetBrandingSettingRequest request, AsyncHandler<GetBrandingSettingRequest,GetBrandingSettingResponse> handler)
IdentityDomainsAsync
Get Branding Settings
getBrandingSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetCloudGateResponse> getCloudGate(GetCloudGateRequest request, AsyncHandler<GetCloudGateRequest,GetCloudGateResponse> handler)
IdentityDomainsAsync
Get a Cloud Gate
getCloudGate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetCloudGateMappingResponse> getCloudGateMapping(GetCloudGateMappingRequest request, AsyncHandler<GetCloudGateMappingRequest,GetCloudGateMappingResponse> handler)
IdentityDomainsAsync
Get a Cloud Gate mapping
getCloudGateMapping
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetCloudGateServerResponse> getCloudGateServer(GetCloudGateServerRequest request, AsyncHandler<GetCloudGateServerRequest,GetCloudGateServerResponse> handler)
IdentityDomainsAsync
Get a Cloud Gate server
getCloudGateServer
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetConditionResponse> getCondition(GetConditionRequest request, AsyncHandler<GetConditionRequest,GetConditionResponse> handler)
IdentityDomainsAsync
Get a condition.
getCondition
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetCustomerSecretKeyResponse> getCustomerSecretKey(GetCustomerSecretKeyRequest request, AsyncHandler<GetCustomerSecretKeyRequest,GetCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Get a user’s customer secret key.
getCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetDynamicResourceGroupResponse> getDynamicResourceGroup(GetDynamicResourceGroupRequest request, AsyncHandler<GetDynamicResourceGroupRequest,GetDynamicResourceGroupResponse> handler)
IdentityDomainsAsync
Get a Dynamic Resource Group.
getDynamicResourceGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetGrantResponse> getGrant(GetGrantRequest request, AsyncHandler<GetGrantRequest,GetGrantResponse> handler)
IdentityDomainsAsync
Get a Grant
getGrant
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetGroupResponse> getGroup(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResponse> handler)
IdentityDomainsAsync
Get a group. Important: The Group SEARCH and GET operations on users and members will throw an exception if the response has more than 10,000 members. To avoid the exception, use the pagination filter to GET or SEARCH group members.
getGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetIdentityPropagationTrustResponse> getIdentityPropagationTrust(GetIdentityPropagationTrustRequest request, AsyncHandler<GetIdentityPropagationTrustRequest,GetIdentityPropagationTrustResponse> handler)
IdentityDomainsAsync
Get an existing Identity Propagation Trust configuration.
getIdentityPropagationTrust
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetIdentityProviderResponse> getIdentityProvider(GetIdentityProviderRequest request, AsyncHandler<GetIdentityProviderRequest,GetIdentityProviderResponse> handler)
IdentityDomainsAsync
Get an Identity Provider
getIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetIdentitySettingResponse> getIdentitySetting(GetIdentitySettingRequest request, AsyncHandler<GetIdentitySettingRequest,GetIdentitySettingResponse> handler)
IdentityDomainsAsync
Get an Identity setting.
getIdentitySetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetKmsiSettingResponse> getKmsiSetting(GetKmsiSettingRequest request, AsyncHandler<GetKmsiSettingRequest,GetKmsiSettingResponse> handler)
IdentityDomainsAsync
Get KmsiSettings
getKmsiSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMeResponse> getMe(GetMeRequest request, AsyncHandler<GetMeRequest,GetMeResponse> handler)
IdentityDomainsAsync
Get a user’s own information.
getMe
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyApiKeyResponse> getMyApiKey(GetMyApiKeyRequest request, AsyncHandler<GetMyApiKeyRequest,GetMyApiKeyResponse> handler)
IdentityDomainsAsync
Get a user’s own API key.
getMyApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyAuthTokenResponse> getMyAuthToken(GetMyAuthTokenRequest request, AsyncHandler<GetMyAuthTokenRequest,GetMyAuthTokenResponse> handler)
IdentityDomainsAsync
Get a user’s own Auth token.
getMyAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyCompletedApprovalResponse> getMyCompletedApproval(GetMyCompletedApprovalRequest request, AsyncHandler<GetMyCompletedApprovalRequest,GetMyCompletedApprovalResponse> handler)
IdentityDomainsAsync
Get My MyCompletedApproval
getMyCompletedApproval
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyCustomerSecretKeyResponse> getMyCustomerSecretKey(GetMyCustomerSecretKeyRequest request, AsyncHandler<GetMyCustomerSecretKeyRequest,GetMyCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Get a user’s own customer secret key.
getMyCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyDeviceResponse> getMyDevice(GetMyDeviceRequest request, AsyncHandler<GetMyDeviceRequest,GetMyDeviceResponse> handler)
IdentityDomainsAsync
Get a Device
getMyDevice
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyOAuth2ClientCredentialResponse> getMyOAuth2ClientCredential(GetMyOAuth2ClientCredentialRequest request, AsyncHandler<GetMyOAuth2ClientCredentialRequest,GetMyOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Get a user’s own OAuth2 client credential.
getMyOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyPendingApprovalResponse> getMyPendingApproval(GetMyPendingApprovalRequest request, AsyncHandler<GetMyPendingApprovalRequest,GetMyPendingApprovalResponse> handler)
IdentityDomainsAsync
Get My MyPendingApproval
getMyPendingApproval
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyRequestResponse> getMyRequest(GetMyRequestRequest request, AsyncHandler<GetMyRequestRequest,GetMyRequestResponse> handler)
IdentityDomainsAsync
Get My Requests
getMyRequest
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMySmtpCredentialResponse> getMySmtpCredential(GetMySmtpCredentialRequest request, AsyncHandler<GetMySmtpCredentialRequest,GetMySmtpCredentialResponse> handler)
IdentityDomainsAsync
Get a user’s own SMTP credential.
getMySmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMySupportAccountResponse> getMySupportAccount(GetMySupportAccountRequest request, AsyncHandler<GetMySupportAccountRequest,GetMySupportAccountResponse> handler)
IdentityDomainsAsync
Get a user’s own support account.
getMySupportAccount
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyTrustedUserAgentResponse> getMyTrustedUserAgent(GetMyTrustedUserAgentRequest request, AsyncHandler<GetMyTrustedUserAgentRequest,GetMyTrustedUserAgentResponse> handler)
IdentityDomainsAsync
Get a Trusted User Agent
getMyTrustedUserAgent
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMyUserDbCredentialResponse> getMyUserDbCredential(GetMyUserDbCredentialRequest request, AsyncHandler<GetMyUserDbCredentialRequest,GetMyUserDbCredentialResponse> handler)
IdentityDomainsAsync
Get a user’s own database (DB) credential.
getMyUserDbCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetNetworkPerimeterResponse> getNetworkPerimeter(GetNetworkPerimeterRequest request, AsyncHandler<GetNetworkPerimeterRequest,GetNetworkPerimeterResponse> handler)
IdentityDomainsAsync
Get a NetworkPerimeter
getNetworkPerimeter
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetNotificationSettingResponse> getNotificationSetting(GetNotificationSettingRequest request, AsyncHandler<GetNotificationSettingRequest,GetNotificationSettingResponse> handler)
IdentityDomainsAsync
Get Notification Settings
getNotificationSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetOAuth2ClientCredentialResponse> getOAuth2ClientCredential(GetOAuth2ClientCredentialRequest request, AsyncHandler<GetOAuth2ClientCredentialRequest,GetOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Get a user’s OAuth2 client credentials.
getOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetOAuthClientCertificateResponse> getOAuthClientCertificate(GetOAuthClientCertificateRequest request, AsyncHandler<GetOAuthClientCertificateRequest,GetOAuthClientCertificateResponse> handler)
IdentityDomainsAsync
Get OAuth Client Certificates
getOAuthClientCertificate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetOAuthPartnerCertificateResponse> getOAuthPartnerCertificate(GetOAuthPartnerCertificateRequest request, AsyncHandler<GetOAuthPartnerCertificateRequest,GetOAuthPartnerCertificateResponse> handler)
IdentityDomainsAsync
Get an OAuth Partner Certificate
getOAuthPartnerCertificate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetOciConsoleSignOnPolicyConsentResponse> getOciConsoleSignOnPolicyConsent(GetOciConsoleSignOnPolicyConsentRequest request, AsyncHandler<GetOciConsoleSignOnPolicyConsentRequest,GetOciConsoleSignOnPolicyConsentResponse> handler)
IdentityDomainsAsync
Get a OciConsoleSignOnPolicyConsent Entry.
getOciConsoleSignOnPolicyConsent
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetPasswordPolicyResponse> getPasswordPolicy(GetPasswordPolicyRequest request, AsyncHandler<GetPasswordPolicyRequest,GetPasswordPolicyResponse> handler)
IdentityDomainsAsync
Get a password policy.
getPasswordPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetPolicyResponse> getPolicy(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResponse> handler)
IdentityDomainsAsync
Get a Policy.
getPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetRuleResponse> getRule(GetRuleRequest request, AsyncHandler<GetRuleRequest,GetRuleResponse> handler)
IdentityDomainsAsync
Get a Rule.
getRule
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSchemaResponse> getSchema(GetSchemaRequest request, AsyncHandler<GetSchemaRequest,GetSchemaResponse> handler)
IdentityDomainsAsync
Get a Schema
getSchema
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSecurityQuestionResponse> getSecurityQuestion(GetSecurityQuestionRequest request, AsyncHandler<GetSecurityQuestionRequest,GetSecurityQuestionResponse> handler)
IdentityDomainsAsync
Get a security question.
getSecurityQuestion
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSecurityQuestionSettingResponse> getSecurityQuestionSetting(GetSecurityQuestionSettingRequest request, AsyncHandler<GetSecurityQuestionSettingRequest,GetSecurityQuestionSettingResponse> handler)
IdentityDomainsAsync
Get a security question setting.
getSecurityQuestionSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSelfRegistrationProfileResponse> getSelfRegistrationProfile(GetSelfRegistrationProfileRequest request, AsyncHandler<GetSelfRegistrationProfileRequest,GetSelfRegistrationProfileResponse> handler)
IdentityDomainsAsync
Get a self-registration profile.
getSelfRegistrationProfile
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSettingResponse> getSetting(GetSettingRequest request, AsyncHandler<GetSettingRequest,GetSettingResponse> handler)
IdentityDomainsAsync
Get Settings
getSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSmtpCredentialResponse> getSmtpCredential(GetSmtpCredentialRequest request, AsyncHandler<GetSmtpCredentialRequest,GetSmtpCredentialResponse> handler)
IdentityDomainsAsync
Get a user’s SMTP credentials.
getSmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSocialIdentityProviderResponse> getSocialIdentityProvider(GetSocialIdentityProviderRequest request, AsyncHandler<GetSocialIdentityProviderRequest,GetSocialIdentityProviderResponse> handler)
IdentityDomainsAsync
Get a Social Identity Provider
getSocialIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetUserResponse> getUser(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResponse> handler)
IdentityDomainsAsync
Get a user.
getUser
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetUserAttributesSettingResponse> getUserAttributesSetting(GetUserAttributesSettingRequest request, AsyncHandler<GetUserAttributesSettingRequest,GetUserAttributesSettingResponse> handler)
IdentityDomainsAsync
Get User Schema Attribute Settings
getUserAttributesSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetUserDbCredentialResponse> getUserDbCredential(GetUserDbCredentialRequest request, AsyncHandler<GetUserDbCredentialRequest,GetUserDbCredentialResponse> handler)
IdentityDomainsAsync
Get a user’s database (DB) credentials.
getUserDbCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListAccountMgmtInfosResponse> listAccountMgmtInfos(ListAccountMgmtInfosRequest request, AsyncHandler<ListAccountMgmtInfosRequest,ListAccountMgmtInfosResponse> handler)
IdentityDomainsAsync
Search Account Mgmt Info
listAccountMgmtInfos
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListAccountRecoverySettingsResponse> listAccountRecoverySettings(ListAccountRecoverySettingsRequest request, AsyncHandler<ListAccountRecoverySettingsRequest,ListAccountRecoverySettingsResponse> handler)
IdentityDomainsAsync
Search for account recovery settings.
listAccountRecoverySettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListApiKeysResponse> listApiKeys(ListApiKeysRequest request, AsyncHandler<ListApiKeysRequest,ListApiKeysResponse> handler)
IdentityDomainsAsync
Search API keys.
listApiKeys
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListAppRolesResponse> listAppRoles(ListAppRolesRequest request, AsyncHandler<ListAppRolesRequest,ListAppRolesResponse> handler)
IdentityDomainsAsync
Search AppRoles
listAppRoles
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListApprovalWorkflowAssignmentsResponse> listApprovalWorkflowAssignments(ListApprovalWorkflowAssignmentsRequest request, AsyncHandler<ListApprovalWorkflowAssignmentsRequest,ListApprovalWorkflowAssignmentsResponse> handler)
IdentityDomainsAsync
Search Approval Workflow Assignments
listApprovalWorkflowAssignments
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListApprovalWorkflowStepsResponse> listApprovalWorkflowSteps(ListApprovalWorkflowStepsRequest request, AsyncHandler<ListApprovalWorkflowStepsRequest,ListApprovalWorkflowStepsResponse> handler)
IdentityDomainsAsync
Search ApprovalWorkflowStep
listApprovalWorkflowSteps
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListApprovalWorkflowsResponse> listApprovalWorkflows(ListApprovalWorkflowsRequest request, AsyncHandler<ListApprovalWorkflowsRequest,ListApprovalWorkflowsResponse> handler)
IdentityDomainsAsync
Search ApprovalWorkflow
listApprovalWorkflows
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListAppsResponse> listApps(ListAppsRequest request, AsyncHandler<ListAppsRequest,ListAppsResponse> handler)
IdentityDomainsAsync
Search Apps
listApps
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListAuthTokensResponse> listAuthTokens(ListAuthTokensRequest request, AsyncHandler<ListAuthTokensRequest,ListAuthTokensResponse> handler)
IdentityDomainsAsync
Search for Auth tokens.
listAuthTokens
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListAuthenticationFactorSettingsResponse> listAuthenticationFactorSettings(ListAuthenticationFactorSettingsRequest request, AsyncHandler<ListAuthenticationFactorSettingsRequest,ListAuthenticationFactorSettingsResponse> handler)
IdentityDomainsAsync
Search Authentication Factor Settings
listAuthenticationFactorSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListBrandingSettingsResponse> listBrandingSettings(ListBrandingSettingsRequest request, AsyncHandler<ListBrandingSettingsRequest,ListBrandingSettingsResponse> handler)
IdentityDomainsAsync
Search Branding Settings
listBrandingSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListCloudGateMappingsResponse> listCloudGateMappings(ListCloudGateMappingsRequest request, AsyncHandler<ListCloudGateMappingsRequest,ListCloudGateMappingsResponse> handler)
IdentityDomainsAsync
Search Cloud Gate mappings
listCloudGateMappings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListCloudGateServersResponse> listCloudGateServers(ListCloudGateServersRequest request, AsyncHandler<ListCloudGateServersRequest,ListCloudGateServersResponse> handler)
IdentityDomainsAsync
Search Cloud Gate servers
listCloudGateServers
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListCloudGatesResponse> listCloudGates(ListCloudGatesRequest request, AsyncHandler<ListCloudGatesRequest,ListCloudGatesResponse> handler)
IdentityDomainsAsync
Search Cloud Gates
listCloudGates
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListConditionsResponse> listConditions(ListConditionsRequest request, AsyncHandler<ListConditionsRequest,ListConditionsResponse> handler)
IdentityDomainsAsync
Search conditions.
listConditions
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListCustomerSecretKeysResponse> listCustomerSecretKeys(ListCustomerSecretKeysRequest request, AsyncHandler<ListCustomerSecretKeysRequest,ListCustomerSecretKeysResponse> handler)
IdentityDomainsAsync
Search for a user’s customer secret keys.
listCustomerSecretKeys
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListDynamicResourceGroupsResponse> listDynamicResourceGroups(ListDynamicResourceGroupsRequest request, AsyncHandler<ListDynamicResourceGroupsRequest,ListDynamicResourceGroupsResponse> handler)
IdentityDomainsAsync
Search for Dynamic Resource Groups.
listDynamicResourceGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListGrantsResponse> listGrants(ListGrantsRequest request, AsyncHandler<ListGrantsRequest,ListGrantsResponse> handler)
IdentityDomainsAsync
Search Grants
listGrants
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListGroupsResponse> listGroups(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResponse> handler)
IdentityDomainsAsync
Search for groups. Important: The Group SEARCH and GET operations on users and members will throw an exception if the response has more than 10,000 members. To avoid the exception, use the pagination filter to GET or SEARCH group members.
listGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListIdentityPropagationTrustsResponse> listIdentityPropagationTrusts(ListIdentityPropagationTrustsRequest request, AsyncHandler<ListIdentityPropagationTrustsRequest,ListIdentityPropagationTrustsResponse> handler)
IdentityDomainsAsync
List the Identity Propagation Trust configurations.
listIdentityPropagationTrusts
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListIdentityProvidersResponse> listIdentityProviders(ListIdentityProvidersRequest request, AsyncHandler<ListIdentityProvidersRequest,ListIdentityProvidersResponse> handler)
IdentityDomainsAsync
Search Identity Providers
listIdentityProviders
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListIdentitySettingsResponse> listIdentitySettings(ListIdentitySettingsRequest request, AsyncHandler<ListIdentitySettingsRequest,ListIdentitySettingsResponse> handler)
IdentityDomainsAsync
Search for Identity settings.
listIdentitySettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListKmsiSettingsResponse> listKmsiSettings(ListKmsiSettingsRequest request, AsyncHandler<ListKmsiSettingsRequest,ListKmsiSettingsResponse> handler)
IdentityDomainsAsync
Search KmsiSettings
listKmsiSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyApiKeysResponse> listMyApiKeys(ListMyApiKeysRequest request, AsyncHandler<ListMyApiKeysRequest,ListMyApiKeysResponse> handler)
IdentityDomainsAsync
Search for a user’s own API key.
listMyApiKeys
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyAppsResponse> listMyApps(ListMyAppsRequest request, AsyncHandler<ListMyAppsRequest,ListMyAppsResponse> handler)
IdentityDomainsAsync
Search My Apps
listMyApps
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyAuthTokensResponse> listMyAuthTokens(ListMyAuthTokensRequest request, AsyncHandler<ListMyAuthTokensRequest,ListMyAuthTokensResponse> handler)
IdentityDomainsAsync
Search for a user’s own Auth token.
listMyAuthTokens
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyCompletedApprovalsResponse> listMyCompletedApprovals(ListMyCompletedApprovalsRequest request, AsyncHandler<ListMyCompletedApprovalsRequest,ListMyCompletedApprovalsResponse> handler)
IdentityDomainsAsync
Search My MyCompletedApproval
listMyCompletedApprovals
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyCustomerSecretKeysResponse> listMyCustomerSecretKeys(ListMyCustomerSecretKeysRequest request, AsyncHandler<ListMyCustomerSecretKeysRequest,ListMyCustomerSecretKeysResponse> handler)
IdentityDomainsAsync
Search for a user’s own customer secret key.
listMyCustomerSecretKeys
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyDevicesResponse> listMyDevices(ListMyDevicesRequest request, AsyncHandler<ListMyDevicesRequest,ListMyDevicesResponse> handler)
IdentityDomainsAsync
Search Devices
listMyDevices
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyGroupsResponse> listMyGroups(ListMyGroupsRequest request, AsyncHandler<ListMyGroupsRequest,ListMyGroupsResponse> handler)
IdentityDomainsAsync
Search for ‘My Groups’.
listMyGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyOAuth2ClientCredentialsResponse> listMyOAuth2ClientCredentials(ListMyOAuth2ClientCredentialsRequest request, AsyncHandler<ListMyOAuth2ClientCredentialsRequest,ListMyOAuth2ClientCredentialsResponse> handler)
IdentityDomainsAsync
Search for a user’s own OAuth2 client credential.
listMyOAuth2ClientCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyPendingApprovalsResponse> listMyPendingApprovals(ListMyPendingApprovalsRequest request, AsyncHandler<ListMyPendingApprovalsRequest,ListMyPendingApprovalsResponse> handler)
IdentityDomainsAsync
Search My Approvals
listMyPendingApprovals
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyRequestableGroupsResponse> listMyRequestableGroups(ListMyRequestableGroupsRequest request, AsyncHandler<ListMyRequestableGroupsRequest,ListMyRequestableGroupsResponse> handler)
IdentityDomainsAsync
Search My Requestable Groups
listMyRequestableGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyRequestsResponse> listMyRequests(ListMyRequestsRequest request, AsyncHandler<ListMyRequestsRequest,ListMyRequestsResponse> handler)
IdentityDomainsAsync
Search My Requests
listMyRequests
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMySmtpCredentialsResponse> listMySmtpCredentials(ListMySmtpCredentialsRequest request, AsyncHandler<ListMySmtpCredentialsRequest,ListMySmtpCredentialsResponse> handler)
IdentityDomainsAsync
Search for a user’s own SMTP credential.
listMySmtpCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMySupportAccountsResponse> listMySupportAccounts(ListMySupportAccountsRequest request, AsyncHandler<ListMySupportAccountsRequest,ListMySupportAccountsResponse> handler)
IdentityDomainsAsync
Search for a user’s own support account.
listMySupportAccounts
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyTrustedUserAgentsResponse> listMyTrustedUserAgents(ListMyTrustedUserAgentsRequest request, AsyncHandler<ListMyTrustedUserAgentsRequest,ListMyTrustedUserAgentsResponse> handler)
IdentityDomainsAsync
Search Trusted User Agents
listMyTrustedUserAgents
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMyUserDbCredentialsResponse> listMyUserDbCredentials(ListMyUserDbCredentialsRequest request, AsyncHandler<ListMyUserDbCredentialsRequest,ListMyUserDbCredentialsResponse> handler)
IdentityDomainsAsync
Search for a user’s own database (DB) credential.
listMyUserDbCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListNetworkPerimetersResponse> listNetworkPerimeters(ListNetworkPerimetersRequest request, AsyncHandler<ListNetworkPerimetersRequest,ListNetworkPerimetersResponse> handler)
IdentityDomainsAsync
Search NetworkPerimeters
listNetworkPerimeters
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListNotificationSettingsResponse> listNotificationSettings(ListNotificationSettingsRequest request, AsyncHandler<ListNotificationSettingsRequest,ListNotificationSettingsResponse> handler)
IdentityDomainsAsync
Search Notification Settings
listNotificationSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListOAuth2ClientCredentialsResponse> listOAuth2ClientCredentials(ListOAuth2ClientCredentialsRequest request, AsyncHandler<ListOAuth2ClientCredentialsRequest,ListOAuth2ClientCredentialsResponse> handler)
IdentityDomainsAsync
Search for a user’s OAuth2 client credentials.
listOAuth2ClientCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListOAuthClientCertificatesResponse> listOAuthClientCertificates(ListOAuthClientCertificatesRequest request, AsyncHandler<ListOAuthClientCertificatesRequest,ListOAuthClientCertificatesResponse> handler)
IdentityDomainsAsync
Search OAuth Client Certificates
listOAuthClientCertificates
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListOAuthPartnerCertificatesResponse> listOAuthPartnerCertificates(ListOAuthPartnerCertificatesRequest request, AsyncHandler<ListOAuthPartnerCertificatesRequest,ListOAuthPartnerCertificatesResponse> handler)
IdentityDomainsAsync
Search OAuth Partner Certificates
listOAuthPartnerCertificates
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListOciConsoleSignOnPolicyConsentsResponse> listOciConsoleSignOnPolicyConsents(ListOciConsoleSignOnPolicyConsentsRequest request, AsyncHandler<ListOciConsoleSignOnPolicyConsentsRequest,ListOciConsoleSignOnPolicyConsentsResponse> handler)
IdentityDomainsAsync
Search OciConsoleSignOnPolicyConsent entries
listOciConsoleSignOnPolicyConsents
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListPasswordPoliciesResponse> listPasswordPolicies(ListPasswordPoliciesRequest request, AsyncHandler<ListPasswordPoliciesRequest,ListPasswordPoliciesResponse> handler)
IdentityDomainsAsync
Search for password policies.
listPasswordPolicies
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListPoliciesResponse> listPolicies(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest,ListPoliciesResponse> handler)
IdentityDomainsAsync
Search Policies.
listPolicies
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListResourceTypeSchemaAttributesResponse> listResourceTypeSchemaAttributes(ListResourceTypeSchemaAttributesRequest request, AsyncHandler<ListResourceTypeSchemaAttributesRequest,ListResourceTypeSchemaAttributesResponse> handler)
IdentityDomainsAsync
Search Resource Type Schema Attributes
listResourceTypeSchemaAttributes
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListRulesResponse> listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler)
IdentityDomainsAsync
Search Rules.
listRules
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSchemasResponse> listSchemas(ListSchemasRequest request, AsyncHandler<ListSchemasRequest,ListSchemasResponse> handler)
IdentityDomainsAsync
Search Schemas
listSchemas
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSecurityQuestionSettingsResponse> listSecurityQuestionSettings(ListSecurityQuestionSettingsRequest request, AsyncHandler<ListSecurityQuestionSettingsRequest,ListSecurityQuestionSettingsResponse> handler)
IdentityDomainsAsync
Search for security question settings.
listSecurityQuestionSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSecurityQuestionsResponse> listSecurityQuestions(ListSecurityQuestionsRequest request, AsyncHandler<ListSecurityQuestionsRequest,ListSecurityQuestionsResponse> handler)
IdentityDomainsAsync
Search for security questions.
listSecurityQuestions
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSelfRegistrationProfilesResponse> listSelfRegistrationProfiles(ListSelfRegistrationProfilesRequest request, AsyncHandler<ListSelfRegistrationProfilesRequest,ListSelfRegistrationProfilesResponse> handler)
IdentityDomainsAsync
Search for self-registration profiles.
listSelfRegistrationProfiles
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSettingsResponse> listSettings(ListSettingsRequest request, AsyncHandler<ListSettingsRequest,ListSettingsResponse> handler)
IdentityDomainsAsync
Search Settings
listSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSmtpCredentialsResponse> listSmtpCredentials(ListSmtpCredentialsRequest request, AsyncHandler<ListSmtpCredentialsRequest,ListSmtpCredentialsResponse> handler)
IdentityDomainsAsync
Search for SMTP credentials.
listSmtpCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSocialIdentityProvidersResponse> listSocialIdentityProviders(ListSocialIdentityProvidersRequest request, AsyncHandler<ListSocialIdentityProvidersRequest,ListSocialIdentityProvidersResponse> handler)
IdentityDomainsAsync
Search Social Identity Providers
listSocialIdentityProviders
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListUserAttributesSettingsResponse> listUserAttributesSettings(ListUserAttributesSettingsRequest request, AsyncHandler<ListUserAttributesSettingsRequest,ListUserAttributesSettingsResponse> handler)
IdentityDomainsAsync
Search User Schema Attribute Settings
listUserAttributesSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListUserDbCredentialsResponse> listUserDbCredentials(ListUserDbCredentialsRequest request, AsyncHandler<ListUserDbCredentialsRequest,ListUserDbCredentialsResponse> handler)
IdentityDomainsAsync
Search for a user’s database (DB) credentials.
listUserDbCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListUsersResponse> listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)
IdentityDomainsAsync
Search for users.
listUsers
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchAccountRecoverySettingResponse> patchAccountRecoverySetting(PatchAccountRecoverySettingRequest request, AsyncHandler<PatchAccountRecoverySettingRequest,PatchAccountRecoverySettingResponse> handler)
IdentityDomainsAsync
Update an account recovery setting.
patchAccountRecoverySetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchApiKeyResponse> patchApiKey(PatchApiKeyRequest request, AsyncHandler<PatchApiKeyRequest,PatchApiKeyResponse> handler)
IdentityDomainsAsync
Update a user’s API key.
patchApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchAppResponse> patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
IdentityDomainsAsync
Update an App
patchApp
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchAppRoleResponse> patchAppRole(PatchAppRoleRequest request, AsyncHandler<PatchAppRoleRequest,PatchAppRoleResponse> handler)
IdentityDomainsAsync
Update an AppRole
patchAppRole
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchApprovalWorkflowResponse> patchApprovalWorkflow(PatchApprovalWorkflowRequest request, AsyncHandler<PatchApprovalWorkflowRequest,PatchApprovalWorkflowResponse> handler)
IdentityDomainsAsync
Update ApprovalWorkflow
patchApprovalWorkflow
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchApprovalWorkflowStepResponse> patchApprovalWorkflowStep(PatchApprovalWorkflowStepRequest request, AsyncHandler<PatchApprovalWorkflowStepRequest,PatchApprovalWorkflowStepResponse> handler)
IdentityDomainsAsync
Update ApprovalWorkflowStep
patchApprovalWorkflowStep
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchAuthTokenResponse> patchAuthToken(PatchAuthTokenRequest request, AsyncHandler<PatchAuthTokenRequest,PatchAuthTokenResponse> handler)
IdentityDomainsAsync
Update a user’s Auth token.
patchAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchCloudGateResponse> patchCloudGate(PatchCloudGateRequest request, AsyncHandler<PatchCloudGateRequest,PatchCloudGateResponse> handler)
IdentityDomainsAsync
Update a Cloud Gate
patchCloudGate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchCloudGateMappingResponse> patchCloudGateMapping(PatchCloudGateMappingRequest request, AsyncHandler<PatchCloudGateMappingRequest,PatchCloudGateMappingResponse> handler)
IdentityDomainsAsync
Update a Cloud Gate mapping
patchCloudGateMapping
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchCloudGateServerResponse> patchCloudGateServer(PatchCloudGateServerRequest request, AsyncHandler<PatchCloudGateServerRequest,PatchCloudGateServerResponse> handler)
IdentityDomainsAsync
Update a Cloud Gate server
patchCloudGateServer
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchConditionResponse> patchCondition(PatchConditionRequest request, AsyncHandler<PatchConditionRequest,PatchConditionResponse> handler)
IdentityDomainsAsync
Update a condition.
patchCondition
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchCustomerSecretKeyResponse> patchCustomerSecretKey(PatchCustomerSecretKeyRequest request, AsyncHandler<PatchCustomerSecretKeyRequest,PatchCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Update a user’s customer secret key.
patchCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchDynamicResourceGroupResponse> patchDynamicResourceGroup(PatchDynamicResourceGroupRequest request, AsyncHandler<PatchDynamicResourceGroupRequest,PatchDynamicResourceGroupResponse> handler)
IdentityDomainsAsync
Update a Dynamic Resource Group.
patchDynamicResourceGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchGrantResponse> patchGrant(PatchGrantRequest request, AsyncHandler<PatchGrantRequest,PatchGrantResponse> handler)
IdentityDomainsAsync
Update a Grant
patchGrant
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchGroupResponse> patchGroup(PatchGroupRequest request, AsyncHandler<PatchGroupRequest,PatchGroupResponse> handler)
IdentityDomainsAsync
Update a group.
patchGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchIdentityPropagationTrustResponse> patchIdentityPropagationTrust(PatchIdentityPropagationTrustRequest request, AsyncHandler<PatchIdentityPropagationTrustRequest,PatchIdentityPropagationTrustResponse> handler)
IdentityDomainsAsync
Update an existing Identity Propagation Trust configuration.
patchIdentityPropagationTrust
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchIdentityProviderResponse> patchIdentityProvider(PatchIdentityProviderRequest request, AsyncHandler<PatchIdentityProviderRequest,PatchIdentityProviderResponse> handler)
IdentityDomainsAsync
Update an Identity Provider
patchIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchIdentitySettingResponse> patchIdentitySetting(PatchIdentitySettingRequest request, AsyncHandler<PatchIdentitySettingRequest,PatchIdentitySettingResponse> handler)
IdentityDomainsAsync
Update an Identity setting.
patchIdentitySetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchKmsiSettingResponse> patchKmsiSetting(PatchKmsiSettingRequest request, AsyncHandler<PatchKmsiSettingRequest,PatchKmsiSettingResponse> handler)
IdentityDomainsAsync
Update a Setting
patchKmsiSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMeResponse> patchMe(PatchMeRequest request, AsyncHandler<PatchMeRequest,PatchMeResponse> handler)
IdentityDomainsAsync
Update a user’s own information.
patchMe
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMyApiKeyResponse> patchMyApiKey(PatchMyApiKeyRequest request, AsyncHandler<PatchMyApiKeyRequest,PatchMyApiKeyResponse> handler)
IdentityDomainsAsync
Update a user’s own API key.
patchMyApiKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMyAuthTokenResponse> patchMyAuthToken(PatchMyAuthTokenRequest request, AsyncHandler<PatchMyAuthTokenRequest,PatchMyAuthTokenResponse> handler)
IdentityDomainsAsync
Update a user’s own Auth token.
patchMyAuthToken
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMyCustomerSecretKeyResponse> patchMyCustomerSecretKey(PatchMyCustomerSecretKeyRequest request, AsyncHandler<PatchMyCustomerSecretKeyRequest,PatchMyCustomerSecretKeyResponse> handler)
IdentityDomainsAsync
Update a user’s own customer secret key.
patchMyCustomerSecretKey
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMyDeviceResponse> patchMyDevice(PatchMyDeviceRequest request, AsyncHandler<PatchMyDeviceRequest,PatchMyDeviceResponse> handler)
IdentityDomainsAsync
Update a Device
patchMyDevice
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMyOAuth2ClientCredentialResponse> patchMyOAuth2ClientCredential(PatchMyOAuth2ClientCredentialRequest request, AsyncHandler<PatchMyOAuth2ClientCredentialRequest,PatchMyOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Update a user’s own OAuth2 client credential.
patchMyOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMyPendingApprovalResponse> patchMyPendingApproval(PatchMyPendingApprovalRequest request, AsyncHandler<PatchMyPendingApprovalRequest,PatchMyPendingApprovalResponse> handler)
IdentityDomainsAsync
Update MyPendingApproval
patchMyPendingApproval
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMyRequestResponse> patchMyRequest(PatchMyRequestRequest request, AsyncHandler<PatchMyRequestRequest,PatchMyRequestResponse> handler)
IdentityDomainsAsync
Update My Requests
patchMyRequest
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchMySmtpCredentialResponse> patchMySmtpCredential(PatchMySmtpCredentialRequest request, AsyncHandler<PatchMySmtpCredentialRequest,PatchMySmtpCredentialResponse> handler)
IdentityDomainsAsync
Update a user’s own SMTP credential.
patchMySmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchNetworkPerimeterResponse> patchNetworkPerimeter(PatchNetworkPerimeterRequest request, AsyncHandler<PatchNetworkPerimeterRequest,PatchNetworkPerimeterResponse> handler)
IdentityDomainsAsync
Update a NetworkPerimeter
patchNetworkPerimeter
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchOAuth2ClientCredentialResponse> patchOAuth2ClientCredential(PatchOAuth2ClientCredentialRequest request, AsyncHandler<PatchOAuth2ClientCredentialRequest,PatchOAuth2ClientCredentialResponse> handler)
IdentityDomainsAsync
Update a user’s OAuth2 client credentials.
patchOAuth2ClientCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchPasswordPolicyResponse> patchPasswordPolicy(PatchPasswordPolicyRequest request, AsyncHandler<PatchPasswordPolicyRequest,PatchPasswordPolicyResponse> handler)
IdentityDomainsAsync
Update a password policy.
patchPasswordPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchPolicyResponse> patchPolicy(PatchPolicyRequest request, AsyncHandler<PatchPolicyRequest,PatchPolicyResponse> handler)
IdentityDomainsAsync
Update a Policy.
patchPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchRuleResponse> patchRule(PatchRuleRequest request, AsyncHandler<PatchRuleRequest,PatchRuleResponse> handler)
IdentityDomainsAsync
Update a Rule.
patchRule
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchSchemaResponse> patchSchema(PatchSchemaRequest request, AsyncHandler<PatchSchemaRequest,PatchSchemaResponse> handler)
IdentityDomainsAsync
Update a Schema Def
patchSchema
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchSecurityQuestionResponse> patchSecurityQuestion(PatchSecurityQuestionRequest request, AsyncHandler<PatchSecurityQuestionRequest,PatchSecurityQuestionResponse> handler)
IdentityDomainsAsync
Update a security question.
patchSecurityQuestion
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchSecurityQuestionSettingResponse> patchSecurityQuestionSetting(PatchSecurityQuestionSettingRequest request, AsyncHandler<PatchSecurityQuestionSettingRequest,PatchSecurityQuestionSettingResponse> handler)
IdentityDomainsAsync
Update a security question setting.
patchSecurityQuestionSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchSelfRegistrationProfileResponse> patchSelfRegistrationProfile(PatchSelfRegistrationProfileRequest request, AsyncHandler<PatchSelfRegistrationProfileRequest,PatchSelfRegistrationProfileResponse> handler)
IdentityDomainsAsync
Update a self-registration profile.
patchSelfRegistrationProfile
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchSettingResponse> patchSetting(PatchSettingRequest request, AsyncHandler<PatchSettingRequest,PatchSettingResponse> handler)
IdentityDomainsAsync
Update a Setting
patchSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchSmtpCredentialResponse> patchSmtpCredential(PatchSmtpCredentialRequest request, AsyncHandler<PatchSmtpCredentialRequest,PatchSmtpCredentialResponse> handler)
IdentityDomainsAsync
Update a user’s SMTP credentials.
patchSmtpCredential
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchSocialIdentityProviderResponse> patchSocialIdentityProvider(PatchSocialIdentityProviderRequest request, AsyncHandler<PatchSocialIdentityProviderRequest,PatchSocialIdentityProviderResponse> handler)
IdentityDomainsAsync
Update a Social Identity Provider
patchSocialIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchUserResponse> patchUser(PatchUserRequest request, AsyncHandler<PatchUserRequest,PatchUserResponse> handler)
IdentityDomainsAsync
Update a user.
patchUser
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PatchUserAttributesSettingResponse> patchUserAttributesSetting(PatchUserAttributesSettingRequest request, AsyncHandler<PatchUserAttributesSettingRequest,PatchUserAttributesSettingResponse> handler)
IdentityDomainsAsync
Update User Schema Attribute Settings
patchUserAttributesSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutAccountRecoverySettingResponse> putAccountRecoverySetting(PutAccountRecoverySettingRequest request, AsyncHandler<PutAccountRecoverySettingRequest,PutAccountRecoverySettingResponse> handler)
IdentityDomainsAsync
Replace an account recovery setting.
putAccountRecoverySetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutAppResponse> putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)
IdentityDomainsAsync
Replace an App
putApp
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutAppStatusChangerResponse> putAppStatusChanger(PutAppStatusChangerRequest request, AsyncHandler<PutAppStatusChangerRequest,PutAppStatusChangerResponse> handler)
IdentityDomainsAsync
Activate/Deactivate an App
putAppStatusChanger
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutApprovalWorkflowResponse> putApprovalWorkflow(PutApprovalWorkflowRequest request, AsyncHandler<PutApprovalWorkflowRequest,PutApprovalWorkflowResponse> handler)
IdentityDomainsAsync
Replace ApprovalWorkflow
putApprovalWorkflow
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutAuthenticationFactorSettingResponse> putAuthenticationFactorSetting(PutAuthenticationFactorSettingRequest request, AsyncHandler<PutAuthenticationFactorSettingRequest,PutAuthenticationFactorSettingResponse> handler)
IdentityDomainsAsync
Replace Authentication Factor Settings
putAuthenticationFactorSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutCloudGateResponse> putCloudGate(PutCloudGateRequest request, AsyncHandler<PutCloudGateRequest,PutCloudGateResponse> handler)
IdentityDomainsAsync
Replace a Cloud Gate
putCloudGate
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutCloudGateMappingResponse> putCloudGateMapping(PutCloudGateMappingRequest request, AsyncHandler<PutCloudGateMappingRequest,PutCloudGateMappingResponse> handler)
IdentityDomainsAsync
Replace a Cloud Gate mapping
putCloudGateMapping
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutCloudGateServerResponse> putCloudGateServer(PutCloudGateServerRequest request, AsyncHandler<PutCloudGateServerRequest,PutCloudGateServerResponse> handler)
IdentityDomainsAsync
Replace a Cloud Gate server
putCloudGateServer
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutConditionResponse> putCondition(PutConditionRequest request, AsyncHandler<PutConditionRequest,PutConditionResponse> handler)
IdentityDomainsAsync
Replace a condition.
putCondition
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutDynamicResourceGroupResponse> putDynamicResourceGroup(PutDynamicResourceGroupRequest request, AsyncHandler<PutDynamicResourceGroupRequest,PutDynamicResourceGroupResponse> handler)
IdentityDomainsAsync
Replace a Dynamic Resource Group.
putDynamicResourceGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutGroupResponse> putGroup(PutGroupRequest request, AsyncHandler<PutGroupRequest,PutGroupResponse> handler)
IdentityDomainsAsync
Replace a group.
putGroup
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutIdentityPropagationTrustResponse> putIdentityPropagationTrust(PutIdentityPropagationTrustRequest request, AsyncHandler<PutIdentityPropagationTrustRequest,PutIdentityPropagationTrustResponse> handler)
IdentityDomainsAsync
Replace an existing Identity Propagation Trust configuration.
putIdentityPropagationTrust
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutIdentityProviderResponse> putIdentityProvider(PutIdentityProviderRequest request, AsyncHandler<PutIdentityProviderRequest,PutIdentityProviderResponse> handler)
IdentityDomainsAsync
Replace an Identity Provider
putIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutIdentitySettingResponse> putIdentitySetting(PutIdentitySettingRequest request, AsyncHandler<PutIdentitySettingRequest,PutIdentitySettingResponse> handler)
IdentityDomainsAsync
Replace an Identity setting.
putIdentitySetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutKmsiSettingResponse> putKmsiSetting(PutKmsiSettingRequest request, AsyncHandler<PutKmsiSettingRequest,PutKmsiSettingResponse> handler)
IdentityDomainsAsync
Replace KmsiSettings
putKmsiSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutMeResponse> putMe(PutMeRequest request, AsyncHandler<PutMeRequest,PutMeResponse> handler)
IdentityDomainsAsync
Replace a user’s own information.
putMe
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutMePasswordChangerResponse> putMePasswordChanger(PutMePasswordChangerRequest request, AsyncHandler<PutMePasswordChangerRequest,PutMePasswordChangerResponse> handler)
IdentityDomainsAsync
Update a user’s own password.
putMePasswordChanger
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutNetworkPerimeterResponse> putNetworkPerimeter(PutNetworkPerimeterRequest request, AsyncHandler<PutNetworkPerimeterRequest,PutNetworkPerimeterResponse> handler)
IdentityDomainsAsync
Replace a NetworkPerimeter
putNetworkPerimeter
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutNotificationSettingResponse> putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
IdentityDomainsAsync
Replace Notification Settings
putNotificationSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutPasswordPolicyResponse> putPasswordPolicy(PutPasswordPolicyRequest request, AsyncHandler<PutPasswordPolicyRequest,PutPasswordPolicyResponse> handler)
IdentityDomainsAsync
Replace a password policy.
putPasswordPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutPolicyResponse> putPolicy(PutPolicyRequest request, AsyncHandler<PutPolicyRequest,PutPolicyResponse> handler)
IdentityDomainsAsync
Replace a Policy.
putPolicy
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutRuleResponse> putRule(PutRuleRequest request, AsyncHandler<PutRuleRequest,PutRuleResponse> handler)
IdentityDomainsAsync
Replace a Rule.
putRule
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutSchemaResponse> putSchema(PutSchemaRequest request, AsyncHandler<PutSchemaRequest,PutSchemaResponse> handler)
IdentityDomainsAsync
Replace a Schema Def
putSchema
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutSecurityQuestionSettingResponse> putSecurityQuestionSetting(PutSecurityQuestionSettingRequest request, AsyncHandler<PutSecurityQuestionSettingRequest,PutSecurityQuestionSettingResponse> handler)
IdentityDomainsAsync
Replace a security question setting.
putSecurityQuestionSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutSelfRegistrationProfileResponse> putSelfRegistrationProfile(PutSelfRegistrationProfileRequest request, AsyncHandler<PutSelfRegistrationProfileRequest,PutSelfRegistrationProfileResponse> handler)
IdentityDomainsAsync
Replace a self-registration profile.
putSelfRegistrationProfile
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutSettingResponse> putSetting(PutSettingRequest request, AsyncHandler<PutSettingRequest,PutSettingResponse> handler)
IdentityDomainsAsync
Replace Settings
putSetting
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutSocialIdentityProviderResponse> putSocialIdentityProvider(PutSocialIdentityProviderRequest request, AsyncHandler<PutSocialIdentityProviderRequest,PutSocialIdentityProviderResponse> handler)
IdentityDomainsAsync
Replace a Social Identity Provider
putSocialIdentityProvider
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutUserResponse> putUser(PutUserRequest request, AsyncHandler<PutUserRequest,PutUserResponse> handler)
IdentityDomainsAsync
Replace a user.
putUser
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutUserCapabilitiesChangerResponse> putUserCapabilitiesChanger(PutUserCapabilitiesChangerRequest request, AsyncHandler<PutUserCapabilitiesChangerRequest,PutUserCapabilitiesChangerResponse> handler)
IdentityDomainsAsync
Change a user’s capabilities.
putUserCapabilitiesChanger
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutUserPasswordChangerResponse> putUserPasswordChanger(PutUserPasswordChangerRequest request, AsyncHandler<PutUserPasswordChangerRequest,PutUserPasswordChangerResponse> handler)
IdentityDomainsAsync
Change a user’s password to a known value.
putUserPasswordChanger
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutUserPasswordResetterResponse> putUserPasswordResetter(PutUserPasswordResetterRequest request, AsyncHandler<PutUserPasswordResetterRequest,PutUserPasswordResetterResponse> handler)
IdentityDomainsAsync
Reset a user’s password to a randomly-generated value.
putUserPasswordResetter
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<PutUserStatusChangerResponse> putUserStatusChanger(PutUserStatusChangerRequest request, AsyncHandler<PutUserStatusChangerRequest,PutUserStatusChangerResponse> handler)
IdentityDomainsAsync
Change a user’s status.
putUserStatusChanger
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchAccountMgmtInfosResponse> searchAccountMgmtInfos(SearchAccountMgmtInfosRequest request, AsyncHandler<SearchAccountMgmtInfosRequest,SearchAccountMgmtInfosResponse> handler)
IdentityDomainsAsync
Search Account Mgmt Info Using POST
searchAccountMgmtInfos
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchApiKeysResponse> searchApiKeys(SearchApiKeysRequest request, AsyncHandler<SearchApiKeysRequest,SearchApiKeysResponse> handler)
IdentityDomainsAsync
Search for API keys using POST.
searchApiKeys
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchAppRolesResponse> searchAppRoles(SearchAppRolesRequest request, AsyncHandler<SearchAppRolesRequest,SearchAppRolesResponse> handler)
IdentityDomainsAsync
Search AppRoles Using POST
searchAppRoles
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchAppsResponse> searchApps(SearchAppsRequest request, AsyncHandler<SearchAppsRequest,SearchAppsResponse> handler)
IdentityDomainsAsync
Search Apps Using POST
searchApps
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchAuthTokensResponse> searchAuthTokens(SearchAuthTokensRequest request, AsyncHandler<SearchAuthTokensRequest,SearchAuthTokensResponse> handler)
IdentityDomainsAsync
Search for Auth tokens using POST.
searchAuthTokens
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchAuthenticationFactorSettingsResponse> searchAuthenticationFactorSettings(SearchAuthenticationFactorSettingsRequest request, AsyncHandler<SearchAuthenticationFactorSettingsRequest,SearchAuthenticationFactorSettingsResponse> handler)
IdentityDomainsAsync
Search Authentication Factor Settings Using POST
searchAuthenticationFactorSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchCloudGateMappingsResponse> searchCloudGateMappings(SearchCloudGateMappingsRequest request, AsyncHandler<SearchCloudGateMappingsRequest,SearchCloudGateMappingsResponse> handler)
IdentityDomainsAsync
Search Cloud Gate mappings Using POST
searchCloudGateMappings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchCloudGateServersResponse> searchCloudGateServers(SearchCloudGateServersRequest request, AsyncHandler<SearchCloudGateServersRequest,SearchCloudGateServersResponse> handler)
IdentityDomainsAsync
Search Cloud Gate servers Using POST
searchCloudGateServers
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchCloudGatesResponse> searchCloudGates(SearchCloudGatesRequest request, AsyncHandler<SearchCloudGatesRequest,SearchCloudGatesResponse> handler)
IdentityDomainsAsync
Search Cloud Gates Using POST
searchCloudGates
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchConditionsResponse> searchConditions(SearchConditionsRequest request, AsyncHandler<SearchConditionsRequest,SearchConditionsResponse> handler)
IdentityDomainsAsync
Search Conditions Using POST.
searchConditions
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchCustomerSecretKeysResponse> searchCustomerSecretKeys(SearchCustomerSecretKeysRequest request, AsyncHandler<SearchCustomerSecretKeysRequest,SearchCustomerSecretKeysResponse> handler)
IdentityDomainsAsync
Search for customer secret keys using POST.
searchCustomerSecretKeys
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchDynamicResourceGroupsResponse> searchDynamicResourceGroups(SearchDynamicResourceGroupsRequest request, AsyncHandler<SearchDynamicResourceGroupsRequest,SearchDynamicResourceGroupsResponse> handler)
IdentityDomainsAsync
Search for Dynamic Resource Groups using POST.
searchDynamicResourceGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchGrantsResponse> searchGrants(SearchGrantsRequest request, AsyncHandler<SearchGrantsRequest,SearchGrantsResponse> handler)
IdentityDomainsAsync
Search Grants Using POST
searchGrants
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchGroupsResponse> searchGroups(SearchGroupsRequest request, AsyncHandler<SearchGroupsRequest,SearchGroupsResponse> handler)
IdentityDomainsAsync
Search for groups using POST.
searchGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchIdentityProvidersResponse> searchIdentityProviders(SearchIdentityProvidersRequest request, AsyncHandler<SearchIdentityProvidersRequest,SearchIdentityProvidersResponse> handler)
IdentityDomainsAsync
Search Identity Providers Using POST
searchIdentityProviders
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchIdentitySettingsResponse> searchIdentitySettings(SearchIdentitySettingsRequest request, AsyncHandler<SearchIdentitySettingsRequest,SearchIdentitySettingsResponse> handler)
IdentityDomainsAsync
Search for Identity settings using POST.
searchIdentitySettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchKmsiSettingsResponse> searchKmsiSettings(SearchKmsiSettingsRequest request, AsyncHandler<SearchKmsiSettingsRequest,SearchKmsiSettingsResponse> handler)
IdentityDomainsAsync
Search KmsiSettings Using POST
searchKmsiSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchMyAppsResponse> searchMyApps(SearchMyAppsRequest request, AsyncHandler<SearchMyAppsRequest,SearchMyAppsResponse> handler)
IdentityDomainsAsync
Search My Apps Using POST
searchMyApps
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchMyGroupsResponse> searchMyGroups(SearchMyGroupsRequest request, AsyncHandler<SearchMyGroupsRequest,SearchMyGroupsResponse> handler)
IdentityDomainsAsync
Search for ‘My Groups’ using POST.
searchMyGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchMyRequestableGroupsResponse> searchMyRequestableGroups(SearchMyRequestableGroupsRequest request, AsyncHandler<SearchMyRequestableGroupsRequest,SearchMyRequestableGroupsResponse> handler)
IdentityDomainsAsync
Search My Requestable Groups Using POST
searchMyRequestableGroups
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchMyRequestsResponse> searchMyRequests(SearchMyRequestsRequest request, AsyncHandler<SearchMyRequestsRequest,SearchMyRequestsResponse> handler)
IdentityDomainsAsync
Search My Requests Using POST
searchMyRequests
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchNetworkPerimetersResponse> searchNetworkPerimeters(SearchNetworkPerimetersRequest request, AsyncHandler<SearchNetworkPerimetersRequest,SearchNetworkPerimetersResponse> handler)
IdentityDomainsAsync
Search NetworkPerimeters Using POST
searchNetworkPerimeters
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchNotificationSettingsResponse> searchNotificationSettings(SearchNotificationSettingsRequest request, AsyncHandler<SearchNotificationSettingsRequest,SearchNotificationSettingsResponse> handler)
IdentityDomainsAsync
Search Notification Settings Using POST
searchNotificationSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchOAuth2ClientCredentialsResponse> searchOAuth2ClientCredentials(SearchOAuth2ClientCredentialsRequest request, AsyncHandler<SearchOAuth2ClientCredentialsRequest,SearchOAuth2ClientCredentialsResponse> handler)
IdentityDomainsAsync
Search for OAuth2 client credentials using POST.
searchOAuth2ClientCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchOAuthClientCertificatesResponse> searchOAuthClientCertificates(SearchOAuthClientCertificatesRequest request, AsyncHandler<SearchOAuthClientCertificatesRequest,SearchOAuthClientCertificatesResponse> handler)
IdentityDomainsAsync
Search OAuth Client Certificates Using POST
searchOAuthClientCertificates
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchOAuthPartnerCertificatesResponse> searchOAuthPartnerCertificates(SearchOAuthPartnerCertificatesRequest request, AsyncHandler<SearchOAuthPartnerCertificatesRequest,SearchOAuthPartnerCertificatesResponse> handler)
IdentityDomainsAsync
Search OAuth Partner Certificates Using POST
searchOAuthPartnerCertificates
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchOciConsoleSignOnPolicyConsentsResponse> searchOciConsoleSignOnPolicyConsents(SearchOciConsoleSignOnPolicyConsentsRequest request, AsyncHandler<SearchOciConsoleSignOnPolicyConsentsRequest,SearchOciConsoleSignOnPolicyConsentsResponse> handler)
IdentityDomainsAsync
Search OciConsoleSignOnPolicyConsents Using POST
searchOciConsoleSignOnPolicyConsents
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchPasswordPoliciesResponse> searchPasswordPolicies(SearchPasswordPoliciesRequest request, AsyncHandler<SearchPasswordPoliciesRequest,SearchPasswordPoliciesResponse> handler)
IdentityDomainsAsync
Search for password policies using POST.
searchPasswordPolicies
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchPoliciesResponse> searchPolicies(SearchPoliciesRequest request, AsyncHandler<SearchPoliciesRequest,SearchPoliciesResponse> handler)
IdentityDomainsAsync
Search Policies Using POST
searchPolicies
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchResourceTypeSchemaAttributesResponse> searchResourceTypeSchemaAttributes(SearchResourceTypeSchemaAttributesRequest request, AsyncHandler<SearchResourceTypeSchemaAttributesRequest,SearchResourceTypeSchemaAttributesResponse> handler)
IdentityDomainsAsync
Search Resource Type Schema Attributes Using POST
searchResourceTypeSchemaAttributes
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchRulesResponse> searchRules(SearchRulesRequest request, AsyncHandler<SearchRulesRequest,SearchRulesResponse> handler)
IdentityDomainsAsync
Search Rules Using POST.
searchRules
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchSchemasResponse> searchSchemas(SearchSchemasRequest request, AsyncHandler<SearchSchemasRequest,SearchSchemasResponse> handler)
IdentityDomainsAsync
Search Schemas Using POST
searchSchemas
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchSecurityQuestionSettingsResponse> searchSecurityQuestionSettings(SearchSecurityQuestionSettingsRequest request, AsyncHandler<SearchSecurityQuestionSettingsRequest,SearchSecurityQuestionSettingsResponse> handler)
IdentityDomainsAsync
Search for security question settings using POST.
searchSecurityQuestionSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchSecurityQuestionsResponse> searchSecurityQuestions(SearchSecurityQuestionsRequest request, AsyncHandler<SearchSecurityQuestionsRequest,SearchSecurityQuestionsResponse> handler)
IdentityDomainsAsync
Search for security questions using POST.
searchSecurityQuestions
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchSelfRegistrationProfilesResponse> searchSelfRegistrationProfiles(SearchSelfRegistrationProfilesRequest request, AsyncHandler<SearchSelfRegistrationProfilesRequest,SearchSelfRegistrationProfilesResponse> handler)
IdentityDomainsAsync
Search for self-registration profile using POST.
searchSelfRegistrationProfiles
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchSettingsResponse> searchSettings(SearchSettingsRequest request, AsyncHandler<SearchSettingsRequest,SearchSettingsResponse> handler)
IdentityDomainsAsync
Search Settings Using POST
searchSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchSmtpCredentialsResponse> searchSmtpCredentials(SearchSmtpCredentialsRequest request, AsyncHandler<SearchSmtpCredentialsRequest,SearchSmtpCredentialsResponse> handler)
IdentityDomainsAsync
Search for SMTP credentials using POST.
searchSmtpCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchSocialIdentityProvidersResponse> searchSocialIdentityProviders(SearchSocialIdentityProvidersRequest request, AsyncHandler<SearchSocialIdentityProvidersRequest,SearchSocialIdentityProvidersResponse> handler)
IdentityDomainsAsync
Search Social Identity Providers Using POST
searchSocialIdentityProviders
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchUserAttributesSettingsResponse> searchUserAttributesSettings(SearchUserAttributesSettingsRequest request, AsyncHandler<SearchUserAttributesSettingsRequest,SearchUserAttributesSettingsResponse> handler)
IdentityDomainsAsync
Search User Schema Attribute Settings Using POST
searchUserAttributesSettings
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchUserDbCredentialsResponse> searchUserDbCredentials(SearchUserDbCredentialsRequest request, AsyncHandler<SearchUserDbCredentialsRequest,SearchUserDbCredentialsResponse> handler)
IdentityDomainsAsync
Search for a user’s database (DB) credentials using POST.
searchUserDbCredentials
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SearchUsersResponse> searchUsers(SearchUsersRequest request, AsyncHandler<SearchUsersRequest,SearchUsersResponse> handler)
IdentityDomainsAsync
Search for users using POST.
searchUsers
in interface IdentityDomainsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.protected ClientConfigurator getDefaultConfigurator()
public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)
endpoint
- The endpoint template in userequiredParametersMap
- Map of parameter name as key and value set in request path or
query parameter as valuepublic final void updateBaseEndpoint(String endpoint)
endpoint
- The updated endpoint to usepublic final void setEndpoint(String endpoint)
public final String getEndpoint()
public final void refreshClient()
HttpClient
. This will call ClientConfigurator
s again, and
can be used to e.g. refresh the SSL certificate.protected void setRegion(Region region)
protected void setRegion(String regionId)
public final void close()
close
in interface AutoCloseable
public String getClientCommonLibraryVersion()
public Optional<String> getMinimumClientCommonLibraryVersionFromClient()
protected <REQ extends BmcRequest<?>,RESP extends BmcResponse,RESP_BUILDER extends BmcResponse.Builder<RESP>> ClientCall<REQ,RESP,RESP_BUILDER> clientCall(REQ request, Supplier<RESP_BUILDER> responseBuilder)
Copyright © 2016–2024. All rights reserved.