| | |
| | | |
| | | package org.forgerock.opendj.rest2ldap; |
| | | |
| | | import java.util.Set; |
| | | import java.util.Collection; |
| | | |
| | | import org.forgerock.opendj.ldap.ResultHandler; |
| | | import org.forgerock.opendj.ldap.SearchResultHandler; |
| | |
| | | |
| | | /** |
| | | * Reads the entry having the specified resource ID. |
| | | * |
| | | * |
| | | * @param c |
| | | * The request context. |
| | | * @param id |
| | |
| | | * @param h |
| | | * The result handler. |
| | | */ |
| | | public void readEntry(final Context c, final String id, final Set<String> attributes, |
| | | public void readEntry(final Context c, final String id, final Collection<String> attributes, |
| | | final ResultHandler<SearchResultEntry> h) { |
| | | // TODO Auto-generated method stub |
| | | |