public class ProvidersStub extends com.vmware.vapi.internal.bindings.Stub implements Providers
Providers
API service.
WARNING: Internal class, subject to change in future versions.
ProvidersTypes.CreateSpec, ProvidersTypes.Info, ProvidersTypes.SetSpec, ProvidersTypes.Summary, ProvidersTypes.UpdateSpecapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ProvidersStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ProvidersStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec)
Create a new identity provider to be used with a Supervisor.
|
void |
create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec,
AsyncCallback<java.lang.String> asyncCallback)
Create a new identity provider to be used with a Supervisor.
|
void |
create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Create a new identity provider to be used with a Supervisor.
|
java.lang.String |
create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec,
InvocationConfig invocationConfig)
Create a new identity provider to be used with a Supervisor.
|
void |
delete(java.lang.String supervisor,
java.lang.String provider)
Remove an identity provider configured with a given Supervisor.
|
void |
delete(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<java.lang.Void> asyncCallback)
Remove an identity provider configured with a given Supervisor.
|
void |
delete(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Remove an identity provider configured with a given Supervisor.
|
void |
delete(java.lang.String supervisor,
java.lang.String provider,
InvocationConfig invocationConfig)
Remove an identity provider configured with a given Supervisor.
|
ProvidersTypes.Info |
get(java.lang.String supervisor,
java.lang.String provider)
Returns information about an identity provider configured for a Supervisor.
|
void |
get(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<ProvidersTypes.Info> asyncCallback)
Returns information about an identity provider configured for a Supervisor.
|
void |
get(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<ProvidersTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns information about an identity provider configured for a Supervisor.
|
ProvidersTypes.Info |
get(java.lang.String supervisor,
java.lang.String provider,
InvocationConfig invocationConfig)
Returns information about an identity provider configured for a Supervisor.
|
java.util.List<ProvidersTypes.Summary> |
list(java.lang.String supervisor)
List the identity providers configured for a given Supervisor.
|
void |
list(java.lang.String supervisor,
AsyncCallback<java.util.List<ProvidersTypes.Summary>> asyncCallback)
List the identity providers configured for a given Supervisor.
|
void |
list(java.lang.String supervisor,
AsyncCallback<java.util.List<ProvidersTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
List the identity providers configured for a given Supervisor.
|
java.util.List<ProvidersTypes.Summary> |
list(java.lang.String supervisor,
InvocationConfig invocationConfig)
List the identity providers configured for a given Supervisor.
|
void |
set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec)
Update the entire configuration for an existing identity provider used with a
Supervisor.
|
void |
set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Update the entire configuration for an existing identity provider used with a
Supervisor.
|
void |
set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Update the entire configuration for an existing identity provider used with a
Supervisor.
|
void |
set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec,
InvocationConfig invocationConfig)
Update the entire configuration for an existing identity provider used with a
Supervisor.
|
void |
update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec)
Update an existing identity provider used with a Supervisor.
|
void |
update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
Update an existing identity provider used with a Supervisor.
|
void |
update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Update an existing identity provider used with a Supervisor.
|
void |
update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec,
InvocationConfig invocationConfig)
Update an existing identity provider used with a Supervisor.
|
public ProvidersStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ProvidersStub(ApiProvider apiProvider, StubConfigurationBase config)
public ProvidersTypes.Info get(java.lang.String supervisor, java.lang.String provider)
ProvidersSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Providerssupervisor - identifier for the Supervisor for which the identity provider is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - identifier for the identity provider that is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.public ProvidersTypes.Info get(java.lang.String supervisor, java.lang.String provider, InvocationConfig invocationConfig)
ProvidersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface Providerssupervisor - identifier for the Supervisor for which the identity provider is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - identifier for the identity provider that is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.invocationConfig - Configuration for the method invocation.public void get(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<ProvidersTypes.Info> asyncCallback)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
An {#link Info} representing the requested identity provider.
Operation Errors:
NotFound - if the given identity provider or Supervisor cannot be found.
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the System.Read privilege on the Supervisor.
get in interface Providerssupervisor - identifier for the Supervisor for which the identity provider is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - identifier for the identity provider that is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<ProvidersTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
An {#link Info} representing the requested identity provider.
Operation Errors:
NotFound - if the given identity provider or Supervisor cannot be found.
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the System.Read privilege on the Supervisor.
get in interface Providerssupervisor - identifier for the Supervisor for which the identity provider is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - identifier for the identity provider that is being read.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public java.util.List<ProvidersTypes.Summary> list(java.lang.String supervisor)
ProvidersSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Providerssupervisor - the Supervisor for which identity providers are being listed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.public java.util.List<ProvidersTypes.Summary> list(java.lang.String supervisor, InvocationConfig invocationConfig)
ProvidersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface Providerssupervisor - the Supervisor for which identity providers are being listed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.invocationConfig - Configuration for the method invocation.public void list(java.lang.String supervisor,
AsyncCallback<java.util.List<ProvidersTypes.Summary>> asyncCallback)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
A list of {#link Summary} with details about the identity providers associated
with a given Supervisor.
Operation Errors:
NotFound - if the given Supervisor cannot be found.
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the System.Read privilege on the Supervisor.
list in interface Providerssupervisor - the Supervisor for which identity providers are being listed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String supervisor,
AsyncCallback<java.util.List<ProvidersTypes.Summary>> asyncCallback,
InvocationConfig invocationConfig)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
A list of {#link Summary} with details about the identity providers associated
with a given Supervisor.
Operation Errors:
NotFound - if the given Supervisor cannot be found.
Error - if the system reports an error while responding to the request.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the System.Read privilege on the Supervisor.
list in interface Providerssupervisor - the Supervisor for which identity providers are being listed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public java.lang.String create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec)
ProvidersSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface Providerssupervisor - the Supervisor for which the identity provider is being registered.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.spec - the {#link CreateSpec} describing the identity provider to be registered.com.vmware.vcenter.namespace_management.identity.Provider.public java.lang.String create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec,
InvocationConfig invocationConfig)
ProvidersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface Providerssupervisor - the Supervisor for which the identity provider is being registered.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.spec - the {#link CreateSpec} describing the identity provider to be registered.invocationConfig - Configuration for the method invocation.com.vmware.vcenter.namespace_management.identity.Provider.public void create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec,
AsyncCallback<java.lang.String> asyncCallback)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
a unique identifier for the identity provider that was registered.
The return value will be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if the @{param.name spec} contains any errors.
Unsupported - if the specified Supervisor does not exist, or if an identity provider is
already configured.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
create in interface Providerssupervisor - the Supervisor for which the identity provider is being registered.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.spec - the {#link CreateSpec} describing the identity provider to be registered.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(java.lang.String supervisor,
ProvidersTypes.CreateSpec spec,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
a unique identifier for the identity provider that was registered.
The return value will be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if the @{param.name spec} contains any errors.
Unsupported - if the specified Supervisor does not exist, or if an identity provider is
already configured.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
create in interface Providerssupervisor - the Supervisor for which the identity provider is being registered.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.spec - the {#link CreateSpec} describing the identity provider to be registered.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec)
ProvidersSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#UpdateSpec} to be applied to the identity provider configuration.public void update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec,
InvocationConfig invocationConfig)
ProvidersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#UpdateSpec} to be applied to the identity provider configuration.invocationConfig - Configuration for the method invocation.public void update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if the @{param.name spec} contains any errors.
NotFound - if the given identity provider or Supervisor cannot be found.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
update in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#UpdateSpec} to be applied to the identity provider configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.UpdateSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if the @{param.name spec} contains any errors.
NotFound - if the given identity provider or Supervisor cannot be found.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
update in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#UpdateSpec} to be applied to the identity provider configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec)
ProvidersSynchronous method overload. Result of the invocation will be reported as a method return value.
set in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#link SetSpec} to be applied to the identity provider configuration.public void set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec,
InvocationConfig invocationConfig)
ProvidersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
set in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#link SetSpec} to be applied to the identity provider configuration.invocationConfig - Configuration for the method invocation.public void set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec,
AsyncCallback<java.lang.Void> asyncCallback)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if the @{param.name spec} contains any errors.
NotFound - if the given identity provider or Supervisor cannot be found.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
set in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#link SetSpec} to be applied to the identity provider configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void set(java.lang.String supervisor,
java.lang.String provider,
ProvidersTypes.SetSpec spec,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - if the system reports an error while responding to the request.
InvalidArgument - if the @{param.name spec} contains any errors.
NotFound - if the given identity provider or Supervisor cannot be found.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
set in interface Providerssupervisor - the identifier for the Supervisor associated with the identity provider to be
updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be updated.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.spec - the {#link SetSpec} to be applied to the identity provider configuration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String supervisor,
java.lang.String provider)
ProvidersSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface Providerssupervisor - the identifier of the Supervisor which is associated with the identity provider
being removed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be deleted.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.public void delete(java.lang.String supervisor,
java.lang.String provider,
InvocationConfig invocationConfig)
ProvidersSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface Providerssupervisor - the identifier of the Supervisor which is associated with the identity provider
being removed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be deleted.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<java.lang.Void> asyncCallback)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - if the system reports an error while responding to the request.
NotFound - if the given identity provider or Supervisor cannot be found.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
delete in interface Providerssupervisor - the identifier of the Supervisor which is associated with the identity provider
being removed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be deleted.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String supervisor,
java.lang.String provider,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
ProvidersAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - if the system reports an error while responding to the request.
NotFound - if the given identity provider or Supervisor cannot be found.
Unauthenticated - if the user cannot be authenticated.
Unauthorized - if the user is missing the Namespaces.Manage privilege on the Supervisor.
delete in interface Providerssupervisor - the identifier of the Supervisor which is associated with the identity provider
being removed.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.provider - the identifier for the identity provider that is to be deleted.
The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.