Class LdaptiveConnectionProperties
java.lang.Object
org.bremersee.spring.boot.autoconfigure.ldaptive.LdaptiveConnectionProperties
@ConfigurationProperties(prefix="bremersee.ldaptive")
public class LdaptiveConnectionProperties
extends Object
The ldaptive connection 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 enumThe enum Search scope.static classThe ssl configuration. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates new ldaptive connection properties. -
Method Summary
-
Constructor Details
-
LdaptiveConnectionProperties
public LdaptiveConnectionProperties()Instantiates new ldaptive connection properties.
-