| Constructor and Description |
|---|
LdapAuthenticate(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
String username,
org.identityconnectors.framework.common.objects.OperationOptions options) |
| Modifier and Type | Field and Description |
|---|---|
protected LdapConnection |
LdapModifyOperation.conn |
| Constructor and Description |
|---|
GroupHelper(LdapConnection conn) |
LdapModifyOperation(LdapConnection conn) |
ServerNativeSchema(LdapConnection conn) |
| Constructor and Description |
|---|
LdapCreate(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
org.identityconnectors.framework.common.objects.OperationOptions options) |
LdapDelete(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid) |
LdapUpdate(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.Uid uid) |
| Constructor and Description |
|---|
LdapSchemaMapping(LdapConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LdapSearches.findEntries(SearchResultsHandler handler,
LdapConnection conn,
String filter,
String... ldapAttrsToGet) |
static String |
LdapSearches.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 |
LdapSearches.findObject(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
LdapFilter filter,
String... attrsToGet) |
static List<org.identityconnectors.framework.common.objects.ConnectorObject> |
LdapSearches.findObjects(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
String baseDN,
org.identityconnectors.framework.common.objects.Attribute attr,
String... attrsToGet) |
static Set<String> |
LdapSearch.getAttributesReturnedByDefault(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass) |
static LdapEntry |
LdapSearches.getEntry(LdapConnection conn,
LdapName entryDN,
String... ldapAttrsToGet) |
static String |
LdapSearches.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.
|
| Constructor and Description |
|---|
LdapInternalSearch(LdapConnection conn,
String filter,
List<String> baseDNs,
LdapSearchStrategy strategy,
SearchControls controls) |
LdapSearch(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
LdapFilter filter,
org.identityconnectors.framework.common.objects.OperationOptions options) |
LdapSearch(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass,
LdapFilter filter,
org.identityconnectors.framework.common.objects.OperationOptions options,
String... baseDNs) |
| Constructor and Description |
|---|
SunDSChangeLogSyncStrategy(LdapConnection conn,
org.identityconnectors.framework.common.objects.ObjectClass oclass) |
Copyright © 2014. All Rights Reserved.