public static final class IdentitySourceLdapServerEndpoint.Builder
extends java.lang.Object
IdentitySourceLdapServerEndpoint.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IdentitySourceLdapServerEndpoint. |
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceLdapServerEndpoint |
build() |
IdentitySourceLdapServerEndpoint.Builder |
setUrl(java.lang.String url)
The URL for the LDAP server.
|
IdentitySourceLdapServerEndpoint.Builder |
setUseStarttls(java.lang.Boolean useStarttls)
If set to true, Use the StartTLS extended operation to upgrade the connection to
TLS before sending any sensitive information.
|
public Builder()
IdentitySourceLdapServerEndpoint.public IdentitySourceLdapServerEndpoint.Builder setUrl(java.lang.String url)
url - New value for the property.public IdentitySourceLdapServerEndpoint.Builder setUseStarttls(java.lang.Boolean useStarttls)
useStarttls - New value for the property.public IdentitySourceLdapServerEndpoint build()