| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.aaa.ldap_identity_sources | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
LdapIdentitySourceSearchResultList |
SearchStub.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue) |
LdapIdentitySourceSearchResultList |
Search.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue)
Search the LDAP identity source for users and groups that match the given
filter_value.
|
LdapIdentitySourceSearchResultList |
SearchStub.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
LdapIdentitySourceSearchResultList |
Search.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Search the LDAP identity source for users and groups that match the given
filter_value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStub.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback) |
void |
Search.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback)
Search the LDAP identity source for users and groups that match the given
filter_value.
|
void |
SearchStub.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Search.create(java.lang.String ldapIdentitySourceId,
java.lang.String filterValue,
com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Search the LDAP identity source for users and groups that match the given
filter_value.
|
| Modifier and Type | Method and Description |
|---|---|
static LdapIdentitySourceSearchResultList |
LdapIdentitySourceSearchResultList._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 LdapIdentitySourceSearchResultList |
LdapIdentitySourceSearchResultList._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LdapIdentitySourceSearchResultList |
LdapIdentitySourceSearchResultList.Builder.build() |