| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2011 ForgeRock AS. |
| | | * Portions Copyright 2011-2014 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.opends.server.api; |
| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import org.opends.messages.Message; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.server.admin.std.server.AuthenticationPolicyCfg; |
| | | import org.opends.server.config.ConfigException; |
| | | import org.opends.server.types.InitializationException; |
| | |
| | | * configuration is acceptable, or <code>false</code> if it is not. |
| | | */ |
| | | boolean isConfigurationAcceptable(T configuration, |
| | | List<Message> unacceptableReasons); |
| | | List<LocalizableMessage> unacceptableReasons); |
| | | } |