Uses of Class
com.vmware.nsx_policy.model.LdapIdentitySourceSearchResultList
-
Packages that use LdapIdentitySourceSearchResultList Package Description com.vmware.nsx_policy.aaa.ldap_identity_sources com.vmware.nsx_policy.model -
-
Uses of LdapIdentitySourceSearchResultList in com.vmware.nsx_policy.aaa.ldap_identity_sources
Methods in com.vmware.nsx_policy.aaa.ldap_identity_sources that return LdapIdentitySourceSearchResultList Modifier and Type Method Description 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
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.LdapIdentitySourceSearchResultList
SearchStub. create(java.lang.String ldapIdentitySourceId, java.lang.String filterValue)
LdapIdentitySourceSearchResultList
SearchStub. create(java.lang.String ldapIdentitySourceId, java.lang.String filterValue, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.aaa.ldap_identity_sources with type arguments of type LdapIdentitySourceSearchResultList Modifier and Type Method Description 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
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.void
SearchStub. create(java.lang.String ldapIdentitySourceId, java.lang.String filterValue, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback)
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)
-
Uses of LdapIdentitySourceSearchResultList in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LdapIdentitySourceSearchResultList Modifier and Type Method 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()
-