Uses of Class
com.vmware.nsx_policy.model.IdentitySourceLdapServer
-
Packages that use IdentitySourceLdapServer Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of IdentitySourceLdapServer in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa with parameters of type IdentitySourceLdapServer Modifier and Type Method Description IdentitySourceLdapServerProbeResult
LdapIdentitySources. 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
LdapIdentitySources. 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
LdapIdentitySources. 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
LdapIdentitySources. 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.IdentitySourceLdapServerProbeResult
LdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer)
void
LdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)
void
LdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IdentitySourceLdapServerProbeResult
LdapIdentitySourcesStub. probeldapserver(IdentitySourceLdapServer identitySourceLdapServer, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdentitySourceLdapServer in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdentitySourceLdapServer Modifier and Type Method Description static IdentitySourceLdapServer
IdentitySourceLdapServer. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static IdentitySourceLdapServer
IdentitySourceLdapServer. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdentitySourceLdapServer
IdentitySourceLdapServer.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type IdentitySourceLdapServer Modifier and Type Method Description java.util.List<IdentitySourceLdapServer>
ActiveDirectoryIdentitySource. getLdapServers()
The list of LDAP servers that provide LDAP service for this identity source.java.util.List<IdentitySourceLdapServer>
LdapIdentitySource. getLdapServers()
The list of LDAP servers that provide LDAP service for this identity source.java.util.List<IdentitySourceLdapServer>
OpenLdapIdentitySource. getLdapServers()
The list of LDAP servers that provide LDAP service for this identity source.Method parameters in com.vmware.nsx_policy.model with type arguments of type IdentitySourceLdapServer Modifier and Type Method Description ActiveDirectoryIdentitySource.Builder
ActiveDirectoryIdentitySource.Builder. setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.void
ActiveDirectoryIdentitySource. setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.LdapIdentitySource.Builder
LdapIdentitySource.Builder. setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.void
LdapIdentitySource. setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.OpenLdapIdentitySource.Builder
OpenLdapIdentitySource.Builder. setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.void
OpenLdapIdentitySource. setLdapServers(java.util.List<IdentitySourceLdapServer> ldapServers)
The list of LDAP servers that provide LDAP service for this identity source.
-