| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.server.TestCaseUtils; |
| | | import org.opends.server.admin.std.server.LDAPConnectionHandlerCfg; |
| | | import org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg; |
| | | import org.opends.server.api.ClientConnection; |
| | | import org.forgerock.opendj.config.server.ConfigException; |
| | | import org.opends.server.core.DirectoryServer; |
| | |
| | | } |
| | | |
| | | /** |
| | | * Start a handler an then give its hasAcceptableConfiguration a ConfigEntry with |
| | | * Start a handler an then give its hasAcceptableConfiguration a Entry with |
| | | * numerous invalid cases and single-valued attrs with duplicate values. |
| | | * |
| | | * @throws Exception if handler cannot be instantiated or the configuration is |