public static final class IdentitySourceLdapServerProbeResult.Builder
extends java.lang.Object
IdentitySourceLdapServerProbeResult.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IdentitySourceLdapServerProbeResult. |
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceLdapServerProbeResult |
build() |
IdentitySourceLdapServerProbeResult.Builder |
setErrors(java.util.List<LdapProbeError> errors)
Detail about errors encountered during the probe.
|
IdentitySourceLdapServerProbeResult.Builder |
setResult(java.lang.String result)
Possible values are:
IdentitySourceLdapServerProbeResult.RESULT_SUCCESS
IdentitySourceLdapServerProbeResult.RESULT_FAILURE
Overall result of the probe. |
IdentitySourceLdapServerProbeResult.Builder |
setUrl(java.lang.String url)
THe URL of the probed LDAP host.
|
public Builder()
IdentitySourceLdapServerProbeResult.public IdentitySourceLdapServerProbeResult.Builder setErrors(java.util.List<LdapProbeError> errors)
errors - New value for the property.public IdentitySourceLdapServerProbeResult.Builder setResult(java.lang.String result)
result - New value for the property.public IdentitySourceLdapServerProbeResult.Builder setUrl(java.lang.String url)
url - New value for the property.public IdentitySourceLdapServerProbeResult build()