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 LdapIdentitySourceSearchResultListSearch. create(java.lang.String ldapIdentitySourceId, java.lang.String filterValue)Search the LDAP identity source for users and groups that match the given filter_value.LdapIdentitySourceSearchResultListSearch. 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.LdapIdentitySourceSearchResultListSearchStub. create(java.lang.String ldapIdentitySourceId, java.lang.String filterValue)LdapIdentitySourceSearchResultListSearchStub. 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 voidSearch. 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.voidSearch. 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.voidSearchStub. create(java.lang.String ldapIdentitySourceId, java.lang.String filterValue, com.vmware.vapi.bindings.client.AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback)voidSearchStub. 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 LdapIdentitySourceSearchResultListLdapIdentitySourceSearchResultList. _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 LdapIdentitySourceSearchResultListLdapIdentitySourceSearchResultList. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LdapIdentitySourceSearchResultListLdapIdentitySourceSearchResultList.Builder. build()
-