Class IdentitySourceLdapServerEndpoint.Builder

    • Method Detail

      • setUrl

        public IdentitySourceLdapServerEndpoint.Builder setUrl​(java.lang.String url)
        The URL for the LDAP server. Supported URL schemes are LDAP and LDAPS. Either a hostname or an IP address may be given, and the port number is optional and defaults to 389 for the LDAP scheme and 636 for the LDAPS scheme.
        Parameters:
        url - New value for the property.
      • setUseStarttls

        public 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. The LDAP server must support the StartTLS extended operation in order for this protocol to operate correctly. This option is ignored if the URL scheme is LDAPS.
        Parameters:
        useStarttls - New value for the property.