Uses of Interface
org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory
-
Packages that use LdaptiveConnectionConfigFactory Package Description org.bremersee.data.ldaptive The package contains classes for LDAP operations with the ldaptive library. -
-
Uses of LdaptiveConnectionConfigFactory in org.bremersee.data.ldaptive
Classes in org.bremersee.data.ldaptive that implement LdaptiveConnectionConfigFactory Modifier and Type Class Description static class
LdaptiveConnectionConfigFactory.Default
The default connection config factory.Methods in org.bremersee.data.ldaptive that return LdaptiveConnectionConfigFactory Modifier and Type Method Description static LdaptiveConnectionConfigFactory
LdaptiveConnectionConfigFactory. defaultFactory()
Get default connection config factory.Constructor parameters in org.bremersee.data.ldaptive with type arguments of type LdaptiveConnectionConfigFactory Constructor Description LdaptiveAutoConfiguration(LdaptiveProperties ldaptiveProperties, org.springframework.beans.factory.ObjectProvider<LdaptiveConnectionConfigFactory> connectionConfigFactory)
Instantiates a new ldaptive configuration.
-