public class LdapIdentitySourcesStub extends com.vmware.vapi.internal.bindings.Stub implements LdapIdentitySources
LdapIdentitySources
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
LdapIdentitySourcesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
LdapIdentitySourcesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String ldapIdentitySourceId)
Delete an LDAP identity source.
|
void |
delete(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete an LDAP identity source.
|
void |
delete(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an LDAP identity source.
|
void |
delete(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete an LDAP identity source.
|
PeerCertificateChain |
fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)
Attempt to connect to an LDAP server and retrieve the server certificate it
presents.
|
void |
fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback)
Attempt to connect to an LDAP server and retrieve the server certificate it
presents.
|
void |
fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and retrieve the server certificate it
presents.
|
PeerCertificateChain |
fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and retrieve the server certificate it
presents.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String ldapIdentitySourceId)
Return details about one LDAP identity source
|
void |
get(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Return details about one LDAP identity source
|
void |
get(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return details about one LDAP identity source
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return details about one LDAP identity source
|
LdapIdentitySourceListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Return a list of all configured LDAP identity sources.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceListResult> asyncCallback)
Return a list of all configured LDAP identity sources.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return a list of all configured LDAP identity sources.
|
LdapIdentitySourceListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return a list of all configured LDAP identity sources.
|
LdapIdentitySourceProbeResults |
probe(java.lang.String ldapIdentitySourceId)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
void |
probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
void |
probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
LdapIdentitySourceProbeResults |
probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
LdapIdentitySourceProbeResults |
probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
void |
probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
void |
probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
LdapIdentitySourceProbeResults |
probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
IdentitySourceLdapServerProbeResult |
probeldapserver(IdentitySourceLdapServer identitySourceLdapServer)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
void |
probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
void |
probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
IdentitySourceLdapServerProbeResult |
probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource)
Create a new LDAP identity source or update the configuration of an existing
LDAP identity source.
|
void |
update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Create a new LDAP identity source or update the configuration of an existing
LDAP identity source.
|
void |
update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a new LDAP identity source or update the configuration of an existing
LDAP identity source.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a new LDAP identity source or update the configuration of an existing
LDAP identity source.
|
public LdapIdentitySourcesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public LdapIdentitySourcesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void delete(java.lang.String ldapIdentitySourceId)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface LdapIdentitySourcesldapIdentitySourceId - (required)public void delete(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous 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 LdapIdentitySourcesldapIdentitySourceId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface LdapIdentitySourcesldapIdentitySourceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface LdapIdentitySourcesldapIdentitySourceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public PeerCertificateChain fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
fetchcertificate in interface LdapIdentitySourcesidentitySourceLdapServerEndpoint - (required)public PeerCertificateChain fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fetchcertificate in interface LdapIdentitySourcesidentitySourceLdapServerEndpoint - (required)invocationConfig - Configuration for the method invocation.public void fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.PeerCertificateChain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fetchcertificate in interface LdapIdentitySourcesidentitySourceLdapServerEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.PeerCertificateChain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fetchcertificate in interface LdapIdentitySourcesidentitySourceLdapServerEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure get(java.lang.String ldapIdentitySourceId)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface LdapIdentitySourcesldapIdentitySourceId - (required)LdapIdentitySource.public com.vmware.vapi.bindings.Structure get(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous 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 LdapIdentitySourcesldapIdentitySourceId - (required)invocationConfig - Configuration for the method invocation.LdapIdentitySource.public void get(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySource
The return value will contain all the properties defined in LdapIdentitySource.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface LdapIdentitySourcesldapIdentitySourceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySource
The return value will contain all the properties defined in LdapIdentitySource.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface LdapIdentitySourcesldapIdentitySourceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LdapIdentitySourceListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface LdapIdentitySourcescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public LdapIdentitySourceListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous 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 LdapIdentitySourcescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceListResult> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySourceListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface LdapIdentitySourcescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySourceListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface LdapIdentitySourcescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LdapIdentitySourceProbeResults probe(java.lang.String ldapIdentitySourceId)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
probe in interface LdapIdentitySourcesldapIdentitySourceId - (required)public LdapIdentitySourceProbeResults probe(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
probe in interface LdapIdentitySourcesldapIdentitySourceId - (required)invocationConfig - Configuration for the method invocation.public void probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySourceProbeResults
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
probe in interface LdapIdentitySourcesldapIdentitySourceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void probe(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySourceProbeResults
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
probe in interface LdapIdentitySourcesldapIdentitySourceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public LdapIdentitySourceProbeResults probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
probeidentitysource in interface LdapIdentitySourcesldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.public LdapIdentitySourceProbeResults probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
probeidentitysource in interface LdapIdentitySourcesldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.invocationConfig - Configuration for the method invocation.public void probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySourceProbeResults
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
probeidentitysource in interface LdapIdentitySourcesldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySourceProbeResults
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
probeidentitysource in interface LdapIdentitySourcesldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IdentitySourceLdapServerProbeResult probeldapserver(IdentitySourceLdapServer identitySourceLdapServer)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
probeldapserver in interface LdapIdentitySourcesidentitySourceLdapServer - (required)public IdentitySourceLdapServerProbeResult probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
probeldapserver in interface LdapIdentitySourcesidentitySourceLdapServer - (required)invocationConfig - Configuration for the method invocation.public void probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.IdentitySourceLdapServerProbeResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
probeldapserver in interface LdapIdentitySourcesidentitySourceLdapServer - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.IdentitySourceLdapServerProbeResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
probeldapserver in interface LdapIdentitySourcesidentitySourceLdapServer - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource)
LdapIdentitySourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface LdapIdentitySourcesldapIdentitySourceId - (required)ldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.LdapIdentitySource.public com.vmware.vapi.bindings.Structure update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesSynchronous 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 LdapIdentitySourcesldapIdentitySourceId - (required)ldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.invocationConfig - Configuration for the method invocation.LdapIdentitySource.public void update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySource
The return value will contain all the properties defined in LdapIdentitySource.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface LdapIdentitySourcesldapIdentitySourceId - (required)ldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String ldapIdentitySourceId,
com.vmware.vapi.bindings.Structure ldapIdentitySource,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
LdapIdentitySourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_global_policy.model.LdapIdentitySource
The return value will contain all the properties defined in LdapIdentitySource.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface LdapIdentitySourcesldapIdentitySourceId - (required)ldapIdentitySource - (required)
The parameter must contain all the properties defined in LdapIdentitySource.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.