| | |
| | | package org.forgerock.opendj.rest2ldap; |
| | | |
| | | import static org.forgerock.opendj.rest2ldap.Utils.accumulate; |
| | | import static org.forgerock.opendj.rest2ldap.Utils.toFilter; |
| | | import static org.forgerock.opendj.rest2ldap.Utils.toLowerCase; |
| | | import static org.forgerock.opendj.rest2ldap.Utils.transform; |
| | | |
| | |
| | | // Either the filter targeted the entire object (i.e. it was "/"), or it targeted |
| | | // an unrecognized attribute within the object. Either way, the filter will |
| | | // never match. |
| | | h.handleResult(c.getConfig().falseFilter()); |
| | | h.handleResult(toFilter(false)); |
| | | } |
| | | } |
| | | |