Package org.bremersee.data.ldaptive
Class LdaptiveConnectionConfigFactory.Default
- java.lang.Object
-
- org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory.Default
-
- All Implemented Interfaces:
LdaptiveConnectionConfigFactory
- Enclosing interface:
- LdaptiveConnectionConfigFactory
public static class LdaptiveConnectionConfigFactory.Default extends Object implements LdaptiveConnectionConfigFactory
The default connection config factory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory
LdaptiveConnectionConfigFactory.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.ldaptive.ConnectionConfig
createConnectionConfig(LdaptiveProperties properties, String bindDn, String bindCredentials)
Create connection config.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bremersee.data.ldaptive.LdaptiveConnectionConfigFactory
createConnectionConfig
-
-
-
-
Method Detail
-
createConnectionConfig
public org.ldaptive.ConnectionConfig createConnectionConfig(LdaptiveProperties properties, String bindDn, String bindCredentials)
Description copied from interface:LdaptiveConnectionConfigFactory
Create connection config.- Specified by:
createConnectionConfig
in interfaceLdaptiveConnectionConfigFactory
- Parameters:
properties
- the propertiesbindDn
- the bind dnbindCredentials
- the bind credential- Returns:
- the connection config
-
-