| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import org.opends.server.admin.std.server.SubstringMatchingRuleCfg; |
| | | import org.opends.server.types.ByteString; |
| | | import org.opends.server.types.ConditionResult; |
| | | import org.opends.server.types.DirectoryException; |
| | |
| | | mayInstantiate=false, |
| | | mayExtend=true, |
| | | mayInvoke=false) |
| | | public abstract class SubstringMatchingRule |
| | | extends MatchingRule<SubstringMatchingRuleCfg> |
| | | public abstract class SubstringMatchingRule extends MatchingRule |
| | | { |
| | | /** |
| | | * Normalizes the provided value fragment into a form that can be |