mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
10.43.2015 5d8694a46c15b4308bad9b1127531bf7db8cf269
refs
author Gaetan Boismal <gaetan.boismal@forgerock.com>
Friday, April 10, 2015 12:43 +0200
committer Gaetan Boismal <gaetan.boismal@forgerock.com>
Friday, April 10, 2015 12:43 +0200
commit5d8694a46c15b4308bad9b1127531bf7db8cf269
tree cd084905eca7234c57188d284dc680364529ccae tree | zip | gz
parent a3eaef9a3533f281fdec438d6da0ab80ccebefe2 view | diff
OPENDJ-1929 Code cleanup

* ConfigFromDirContext.java
** readConfiguration(InitialLdapContext)
*** Reformat
*** Add final keyword
*** Rename local variables to make the code more readable
*** Extracted methods
**** readSchemaIfNeeded(InitialLdapContext, List)
**** readConfig(InitialLdapContext, Set<ConnectionHandlerDescriptor>, Set<BackendDescriptor>, Set<DN>, List<OpenDsException>)
**** readAdminConnector(RootCfgClient, List<OpenDsException>)
**** readConnectionHandlers(Set<ConnectionHandlerDescriptor>, RootCfgClient, List<OpenDsException>)
**** readBackendConfiguration(Set<BackendDescriptor>, RootCfgClient, List<OpenDsException>)
**** refreshLocalDBBackendConfig(Set<IndexDescriptor>, Set<VLVIndexDescriptor>, BackendCfgClient backend, List<OpenDsException>)
**** readIfReplicationIsSecure(RootCfgreadSyncProviderIfExists(final RootCfgClient root)Client, List<OpenDsException>)
**** readSyncProviderIfExists(RootCfgClient)
**** readReplicationConfig(Set<ConnectionHandlerDescriptor>, Set<BackendDescriptor>, ReplicationSynchronizationProviderCfgClient, boolean, List<OpenDsException>)
**** readAlternateBindDNs(Set<DN>, RootCfgClient, List<OpenDsException>)
1 files modified
851 ■■■■ changed files
opendj-sdk/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/ConfigFromDirContext.java 851 ●●●● diff | view | raw | blame | history