| | |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.api; |
| | | import org.opends.messages.Message; |
| | | |
| | | |
| | | |
| | |
| | | import org.opends.server.types.InitializationException; |
| | | import org.opends.server.types.Operation; |
| | | |
| | | import org.opends.messages.MessageBuilder; |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | public boolean isConfigurationAcceptable( |
| | | PasswordValidatorCfg configuration, |
| | | List<String> unacceptableReasons) |
| | | List<Message> unacceptableReasons) |
| | | { |
| | | // This default implementation does not perform any special |
| | | // validation. It should be overridden by password validator |
| | |
| | | Set<ByteString> currentPasswords, |
| | | Operation operation, |
| | | Entry userEntry, |
| | | StringBuilder invalidReason); |
| | | MessageBuilder invalidReason); |
| | | } |
| | | |