Uses of Class
com.vmware.nsx_policy.model.IdentitySourceLdapServerProbeResult.Builder
-
Packages that use IdentitySourceLdapServerProbeResult.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of IdentitySourceLdapServerProbeResult.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdentitySourceLdapServerProbeResult.Builder Modifier and Type Method Description IdentitySourceLdapServerProbeResult.BuilderIdentitySourceLdapServerProbeResult.Builder. setErrors(java.util.List<LdapProbeError> errors)Detail about errors encountered during the probe.IdentitySourceLdapServerProbeResult.BuilderIdentitySourceLdapServerProbeResult.Builder. setResult(java.lang.String result)Possible values are:IdentitySourceLdapServerProbeResult.RESULT_SUCCESSIdentitySourceLdapServerProbeResult.RESULT_FAILUREOverall result of the probe.IdentitySourceLdapServerProbeResult.BuilderIdentitySourceLdapServerProbeResult.Builder. setUrl(java.lang.String url)THe URL of the probed LDAP host.
-