public class LdapSearches extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
findEntries(SearchResultsHandler handler,
LdapConnection conn,
String filter,
String... ldapAttrsToGet) |
static String |
findEntryDN(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid)
Returns the DN of the entry identified by the given Uid.
|
static org.identityconnectors.framework.common.objects.ConnectorObject |
findObject(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
LdapFilter filter,
String... attrsToGet) |
static List<org.identityconnectors.framework.common.objects.ConnectorObject> |
findObjects(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
String baseDN,
org.identityconnectors.framework.common.objects.Attribute attr,
String... attrsToGet) |
static LdapEntry |
getEntry(LdapConnection conn,
LdapName entryDN,
String... ldapAttrsToGet) |
static String |
getEntryDN(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid)
Returns the DN of the entry identified by the given Uid.
|
public static String getEntryDN(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
UnknownUidException
if such an entry does not exists.public static String findEntryDN(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, org.identityconnectors.framework.common.objects.Uid uid)
UnknownUidException
if such an entry does not exists, but not necessarily.public static List<org.identityconnectors.framework.common.objects.ConnectorObject> findObjects(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, String baseDN, org.identityconnectors.framework.common.objects.Attribute attr, String... attrsToGet)
public static org.identityconnectors.framework.common.objects.ConnectorObject findObject(LdapConnection conn, org.identityconnectors.framework.common.objects.ObjectClass oclass, LdapFilter filter, String... attrsToGet)
public static LdapEntry getEntry(LdapConnection conn, LdapName entryDN, String... ldapAttrsToGet)
public static void findEntries(SearchResultsHandler handler, LdapConnection conn, String filter, String... ldapAttrsToGet)
Copyright © 2013. All Rights Reserved.