Uses of Class
org.ldaptive.provider.opendj.OpenDJProviderConfig
-
-
Uses of OpenDJProviderConfig in org.ldaptive.provider.opendj
Fields in org.ldaptive.provider.opendj declared as OpenDJProviderConfig Modifier and Type Field Description private OpenDJProviderConfigOpenDJConnection. configProvider configuration.private OpenDJProviderConfigOpenDJProvider. configProvider configuration.Methods in org.ldaptive.provider.opendj that return OpenDJProviderConfig Modifier and Type Method Description OpenDJProviderConfigOpenDJProvider. getProviderConfig()Methods in org.ldaptive.provider.opendj that return types with arguments of type OpenDJProviderConfig Modifier and Type Method Description ProviderConnectionFactory<OpenDJProviderConfig>OpenDJProvider. getConnectionFactory(ConnectionConfig cc)Methods in org.ldaptive.provider.opendj with parameters of type OpenDJProviderConfig Modifier and Type Method Description voidOpenDJProvider. setProviderConfig(OpenDJProviderConfig pc)Constructors in org.ldaptive.provider.opendj with parameters of type OpenDJProviderConfig Constructor Description OpenDJConnection(org.forgerock.opendj.ldap.Connection c, OpenDJProviderConfig pc)Creates a new opendj ldap connection.OpenDJConnectionFactory(String url, ConnectionStrategy strategy, OpenDJProviderConfig config, org.forgerock.opendj.ldap.LDAPOptions options)Creates a new OpenDJ connection factory.
-