Interface LdaptiveConnectionConfigFactory

    • Method Detail

      • createConnectionConfig

        default org.ldaptive.ConnectionConfig createConnectionConfig​(LdaptiveProperties properties)
        Create connection config.
        Parameters:
        properties - the properties
        Returns:
        the connection config
      • createConnectionConfig

        org.ldaptive.ConnectionConfig createConnectionConfig​(LdaptiveProperties properties,
                                                             String bindDn,
                                                             String bindCredential)
        Create connection config.
        Parameters:
        properties - the properties
        bindDn - the bind dn
        bindCredential - the bind credential
        Returns:
        the connection config
      • defaultFactory

        static LdaptiveConnectionConfigFactory defaultFactory()
        Get default connection config factory.
        Returns:
        the default connection config factory