Uses of Class
com.vmware.nsx_policy.model.LdapIdentitySourceListResult
-
Packages that use LdapIdentitySourceListResult Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of LdapIdentitySourceListResult in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return LdapIdentitySourceListResult Modifier and Type Method Description LdapIdentitySourceListResultLdapIdentitySources. list(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.LdapIdentitySourceListResultLdapIdentitySources. 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)Return a list of all configured LDAP identity sources.LdapIdentitySourceListResultLdapIdentitySourcesStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)LdapIdentitySourceListResultLdapIdentitySourcesStub. 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)Method parameters in com.vmware.nsx_policy.aaa with type arguments of type LdapIdentitySourceListResult Modifier and Type Method Description voidLdapIdentitySources. 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)Return a list of all configured LDAP identity sources.voidLdapIdentitySources. 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)Return a list of all configured LDAP identity sources.voidLdapIdentitySourcesStub. 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)voidLdapIdentitySourcesStub. 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) -
Uses of LdapIdentitySourceListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LdapIdentitySourceListResult Modifier and Type Method Description static LdapIdentitySourceListResultLdapIdentitySourceListResult. _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 LdapIdentitySourceListResultLdapIdentitySourceListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LdapIdentitySourceListResultLdapIdentitySourceListResult.Builder. build()
-