| | |
| | | @Override |
| | | public LocalizedIllegalArgumentException visitExtensibleMatchFilter( |
| | | Filter p, String matchingRule, String attributeDescription, |
| | | ByteSequence assertionValue, boolean dnAttributes) |
| | | ByteString assertionValue, boolean dnAttributes) |
| | | { |
| | | if (dnAttributes) |
| | | { |
| | |
| | | |
| | | @Override |
| | | public LocalizedIllegalArgumentException visitUnrecognizedFilter( |
| | | Filter p, byte filterTag, ByteSequence filterBytes) |
| | | Filter p, byte filterTag, ByteString filterBytes) |
| | | { |
| | | LocalizableMessage message = ERR_MVFILTER_BAD_FILTER_UNRECOGNIZED.get(p |
| | | .toString(), filterTag); |
| | |
| | | /** |
| | | * Creates a new matched values control using the default OID and the |
| | | * provided criticality and set of filters. |
| | | * |
| | | * |
| | | * @param isCritical |
| | | * Indicates whether this control should be considered |
| | | * critical to the operation processing. |
| | |
| | | /** |
| | | * Returns an {@code Iterable} containing the list of filters |
| | | * associated with this matched values control. |
| | | * |
| | | * |
| | | * @return An {@code Iterable} containing the list of filters. |
| | | */ |
| | | public Iterable<Filter> getFilters() |