Package org.bremersee.ldaptive
Class LdaptiveProperties
java.lang.Object
org.bremersee.ldaptive.LdaptiveProperties
The ldap properties.
- Author:
- Christian Bremer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe connection pool properties.static enumThe connection strategy.static classThe search validator properties.static enumThe reconnection strategy.static classThe ssl configuration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.ldaptive.ConnectionConfigCreates the connection config.org.ldaptive.ConnectionFactoryCreate then connection factory.protected static booleanDetermines whether the given value has text or not.
-
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
Determines whether the given value has text or not.- Parameters:
value- the value (can be null)- Returns:
- the
true, if the value has text, otherwisefalse
-