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