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 LdapIdentitySourceListResult
LdapIdentitySources. 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.LdapIdentitySourceListResult
LdapIdentitySources. 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.LdapIdentitySourceListResult
LdapIdentitySourcesStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
LdapIdentitySourceListResult
LdapIdentitySourcesStub. 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 void
LdapIdentitySources. 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.void
LdapIdentitySources. 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.void
LdapIdentitySourcesStub. 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)
void
LdapIdentitySourcesStub. 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 LdapIdentitySourceListResult
LdapIdentitySourceListResult. _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 LdapIdentitySourceListResult
LdapIdentitySourceListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LdapIdentitySourceListResult
LdapIdentitySourceListResult.Builder. build()
-