OPENDJ-960 (CR-1858) Rest2LDAP - Validate http-config.json file
Fixed a checkstyle error.
| | |
| | | bindLDAPConnectionFactory = |
| | | Rest2LDAP.configureConnectionFactory(configuration.get( |
| | | "ldapConnectionFactories").required(), ldapFactoryName); |
| | | // we are now done reading the config, |
| | | // we are now done reading the config |
| | | configuration.verifyAllKeysAccessed(); |
| | | |
| | | |
| | |
| | | .configureMapping(mapping).build(); |
| | | router.addRoute(mappingUrl, provider); |
| | | } |
| | | // we are now done reading the config, |
| | | // we are now done reading the config |
| | | configuration.verifyAllKeysAccessed(); |
| | | |
| | | |
| | |
| | | normalizeConnectionFactory(configuration, name, 0); |
| | | final ConnectionFactory connectionFactory = |
| | | configureConnectionFactory(normalizedConfiguration); |
| | | // we are now done reading the config, |
| | | // we are now done reading the config |
| | | configuration.verifyAllKeysAccessed(); |
| | | return connectionFactory; |
| | | } |