Class LdapIdentitySourcesStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.aaa.LdapIdentitySourcesStub
-
- All Implemented Interfaces:
LdapIdentitySources,LdapIdentitySourcesTypes,com.vmware.vapi.bindings.Service
public class LdapIdentitySourcesStub extends com.vmware.vapi.internal.bindings.Stub implements LdapIdentitySources
Remote stub implementation of theLdapIdentitySourcesAPI service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.aaa.LdapIdentitySourcesTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(java.lang.String ldapIdentitySourceId)Delete an LDAP identity source.voiddelete(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Delete an LDAP identity source.voiddelete(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.voiddelete(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Delete an LDAP identity source.PeerCertificateChainfetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)Attempt to connect to an LDAP server and retrieve the server certificate it presents.voidfetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback)Attempt to connect to an LDAP server and retrieve the server certificate it presents.voidfetchcertificate(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.PeerCertificateChainfetchcertificate(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.Structureget(java.lang.String ldapIdentitySourceId)Return details about one LDAP identity sourcevoidget(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)Return details about one LDAP identity sourcevoidget(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 sourcecom.vmware.vapi.bindings.Structureget(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Return details about one LDAP identity sourceLdapIdentitySourceListResultlist(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.voidlist(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.voidlist(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.LdapIdentitySourceListResultlist(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.LdapIdentitySourceProbeResultsprobe(java.lang.String ldapIdentitySourceId)Attempt to connect to an existing LDAP identity source and report any errors encountered.voidprobe(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.voidprobe(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.LdapIdentitySourceProbeResultsprobe(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.LdapIdentitySourceProbeResultsprobeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource)Verify that the configuration of an LDAP identity source is correct before actually creating the source.voidprobeidentitysource(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.voidprobeidentitysource(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.LdapIdentitySourceProbeResultsprobeidentitysource(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.IdentitySourceLdapServerProbeResultprobeldapserver(IdentitySourceLdapServer identitySourceLdapServer)Attempt to connect to an LDAP server and ensure that the server can be contacted using the given URL and authentication credentials.voidprobeldapserver(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.voidprobeldapserver(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.IdentitySourceLdapServerProbeResultprobeldapserver(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.Structureupdate(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.voidupdate(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.voidupdate(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.Structureupdate(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.
-
-
-
Constructor Detail
-
LdapIdentitySourcesStub
public LdapIdentitySourcesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
LdapIdentitySourcesStub
public LdapIdentitySourcesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
delete
public void delete(java.lang.String ldapIdentitySourceId)
Description copied from interface:LdapIdentitySourcesDelete an LDAP identity source. Users defined in that source will no longer be able to access NSX.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
deletein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)
-
delete
public void delete(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:LdapIdentitySourcesDelete an LDAP identity source. Users defined in that source will no longer be able to access NSX.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
deletein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)invocationConfig- Configuration for the method invocation.
-
delete
public void delete(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Description copied from interface:LdapIdentitySourcesDelete an LDAP identity source. Users defined in that source will no longer be able to access NSX.Asynchronous 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
- Specified by:
deletein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
delete
public void delete(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:LdapIdentitySourcesDelete an LDAP identity source. Users defined in that source will no longer be able to access NSX.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto 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
- Specified by:
deletein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
fetchcertificate
public PeerCertificateChain fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and retrieve the server certificate it presents.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
fetchcertificatein interfaceLdapIdentitySources- Parameters:
identitySourceLdapServerEndpoint- (required)- Returns:
- com.vmware.nsx_policy.model.PeerCertificateChain
-
fetchcertificate
public PeerCertificateChain fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and retrieve the server certificate it presents.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
fetchcertificatein interfaceLdapIdentitySources- Parameters:
identitySourceLdapServerEndpoint- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.PeerCertificateChain
-
fetchcertificate
public void fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and retrieve the server certificate it presents.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.PeerCertificateChainOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
fetchcertificatein interfaceLdapIdentitySources- Parameters:
identitySourceLdapServerEndpoint- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
fetchcertificate
public void fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<PeerCertificateChain> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and retrieve the server certificate it presents.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.PeerCertificateChainOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
fetchcertificatein interfaceLdapIdentitySources- Parameters:
identitySourceLdapServerEndpoint- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
get
public com.vmware.vapi.bindings.Structure get(java.lang.String ldapIdentitySourceId)
Description copied from interface:LdapIdentitySourcesReturn details about one LDAP identity sourceSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
getin interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySource
The return value will contain all the properties defined in
LdapIdentitySource.
-
get
public com.vmware.vapi.bindings.Structure get(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:LdapIdentitySourcesReturn details about one LDAP identity sourceSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
getin interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySource
The return value will contain all the properties defined in
LdapIdentitySource.
-
get
public void get(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)Description copied from interface:LdapIdentitySourcesReturn details about one LDAP identity sourceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySource The return value will contain all the properties defined inLdapIdentitySource.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
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)Description copied from interface:LdapIdentitySourcesReturn details about one LDAP identity sourceAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySource The return value will contain all the properties defined inLdapIdentitySource.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
list
public LdapIdentitySourceListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Description copied from interface:LdapIdentitySourcesReturn a list of all configured LDAP identity sources.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
listin interfaceLdapIdentitySources- Parameters:
cursor- 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)- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySourceListResult
-
list
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)
Description copied from interface:LdapIdentitySourcesReturn a list of all configured LDAP identity sources.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
listin interfaceLdapIdentitySources- Parameters:
cursor- 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.- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySourceListResult
-
list
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)Description copied from interface:LdapIdentitySourcesReturn a list of all configured LDAP identity sources.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySourceListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
listin interfaceLdapIdentitySources- Parameters:
cursor- 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.
-
list
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)Description copied from interface:LdapIdentitySourcesReturn a list of all configured LDAP identity sources.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySourceListResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
listin interfaceLdapIdentitySources- Parameters:
cursor- 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.
-
probe
public LdapIdentitySourceProbeResults probe(java.lang.String ldapIdentitySourceId)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an existing LDAP identity source and report any errors encountered.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
probein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySourceProbeResults
-
probe
public LdapIdentitySourceProbeResults probe(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an existing LDAP identity source and report any errors encountered.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
probein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySourceProbeResults
-
probe
public void probe(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)Description copied from interface:LdapIdentitySourcesAttempt to connect to an existing LDAP identity source and report any errors encountered.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySourceProbeResultsOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
probein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
probe
public void probe(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:LdapIdentitySourcesAttempt to connect to an existing LDAP identity source and report any errors encountered.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySourceProbeResultsOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
probein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
probeidentitysource
public LdapIdentitySourceProbeResults probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource)
Description copied from interface:LdapIdentitySourcesVerify that the configuration of an LDAP identity source is correct before actually creating the source.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
probeidentitysourcein interfaceLdapIdentitySources- Parameters:
ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySourceProbeResults
-
probeidentitysource
public LdapIdentitySourceProbeResults probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:LdapIdentitySourcesVerify that the configuration of an LDAP identity source is correct before actually creating the source.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
probeidentitysourcein interfaceLdapIdentitySources- Parameters:
ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySourceProbeResults
-
probeidentitysource
public void probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)Description copied from interface:LdapIdentitySourcesVerify that the configuration of an LDAP identity source is correct before actually creating the source.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySourceProbeResultsOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
probeidentitysourcein interfaceLdapIdentitySources- Parameters:
ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
probeidentitysource
public void probeidentitysource(com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:LdapIdentitySourcesVerify that the configuration of an LDAP identity source is correct before actually creating the source.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySourceProbeResultsOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
probeidentitysourcein interfaceLdapIdentitySources- Parameters:
ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
probeldapserver
public IdentitySourceLdapServerProbeResult probeldapserver(IdentitySourceLdapServer identitySourceLdapServer)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and ensure that the server can be contacted using the given URL and authentication credentials.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
probeldapserverin interfaceLdapIdentitySources- Parameters:
identitySourceLdapServer- (required)- Returns:
- com.vmware.nsx_policy.model.IdentitySourceLdapServerProbeResult
-
probeldapserver
public IdentitySourceLdapServerProbeResult probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and ensure that the server can be contacted using the given URL and authentication credentials.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
probeldapserverin interfaceLdapIdentitySources- Parameters:
identitySourceLdapServer- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.IdentitySourceLdapServerProbeResult
-
probeldapserver
public void probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and ensure that the server can be contacted using the given URL and authentication credentials.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.IdentitySourceLdapServerProbeResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
probeldapserverin interfaceLdapIdentitySources- Parameters:
identitySourceLdapServer- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
probeldapserver
public void probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:LdapIdentitySourcesAttempt to connect to an LDAP server and ensure that the server can be contacted using the given URL and authentication credentials.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.IdentitySourceLdapServerProbeResultOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
probeldapserverin interfaceLdapIdentitySources- Parameters:
identitySourceLdapServer- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
update
public com.vmware.vapi.bindings.Structure update(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.Structure ldapIdentitySource)Description copied from interface:LdapIdentitySourcesCreate a new LDAP identity source or update the configuration of an existing LDAP identity source. You may wish to verify the new configuration using the POST /aaa/ldap-identity-sources?action=probe API before creating or changing the configuration. Note that if you are using LDAP on an active and standby NSX-T Global Manager in a federated environment, you must use the same name for your LDAP identity sources on the active and standby Global Managers.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
updatein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySource
The return value will contain all the properties defined in
LdapIdentitySource.
-
update
public com.vmware.vapi.bindings.Structure update(java.lang.String ldapIdentitySourceId, com.vmware.vapi.bindings.Structure ldapIdentitySource, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:LdapIdentitySourcesCreate a new LDAP identity source or update the configuration of an existing LDAP identity source. You may wish to verify the new configuration using the POST /aaa/ldap-identity-sources?action=probe API before creating or changing the configuration. Note that if you are using LDAP on an active and standby NSX-T Global Manager in a federated environment, you must use the same name for your LDAP identity sources on the active and standby Global Managers.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
updatein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.LdapIdentitySource
The return value will contain all the properties defined in
LdapIdentitySource.
-
update
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)Description copied from interface:LdapIdentitySourcesCreate a new LDAP identity source or update the configuration of an existing LDAP identity source. You may wish to verify the new configuration using the POST /aaa/ldap-identity-sources?action=probe API before creating or changing the configuration. Note that if you are using LDAP on an active and standby NSX-T Global Manager in a federated environment, you must use the same name for your LDAP identity sources on the active and standby Global Managers.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySource The return value will contain all the properties defined inLdapIdentitySource.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
update
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)Description copied from interface:LdapIdentitySourcesCreate a new LDAP identity source or update the configuration of an existing LDAP identity source. You may wish to verify the new configuration using the POST /aaa/ldap-identity-sources?action=probe API before creating or changing the configuration. Note that if you are using LDAP on an active and standby NSX-T Global Manager in a federated environment, you must use the same name for your LDAP identity sources on the active and standby Global Managers.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.LdapIdentitySource The return value will contain all the properties defined inLdapIdentitySource.Operation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
updatein interfaceLdapIdentitySources- Parameters:
ldapIdentitySourceId- (required)ldapIdentitySource- (required) The parameter must contain all the properties defined inLdapIdentitySource.asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-