Class LdaptiveProperties

java.lang.Object
org.bremersee.ldaptive.LdaptiveProperties

public class LdaptiveProperties extends Object
The ldap properties.
Author:
Christian Bremer
  • Constructor Details

    • LdaptiveProperties

      public LdaptiveProperties()
      Instantiates new ldaptive properties.
  • Method Details

    • createConnectionConfig

      public org.ldaptive.ConnectionConfig createConnectionConfig()
      Creates the connection config.
      Returns:
      the connection config
    • createConnectionFactory

      public org.ldaptive.ConnectionFactory createConnectionFactory()
      Create then connection factory.
      Returns:
      the connection factory
    • hasText

      protected static boolean hasText(String value)
      Determines whether the given value has text or not.
      Parameters:
      value - the value (can be null)
      Returns:
      the true, if the value has text, otherwise false