| Package | Description |
|---|---|
| org.connid.bundles.ldap.commons | |
| org.connid.bundles.ldap.schema | |
| org.connid.bundles.ldap.search |
| Modifier and Type | Method and Description |
|---|---|
static LdapEntry |
LdapEntry.create(String entryDN,
Attributes attributes) |
static LdapEntry |
LdapEntry.create(String baseDN,
SearchResult result) |
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.Attribute |
LdapSchemaMapping.createAttribute(org.identityconnectors.framework.common.objects.ObjectClass oclass,
String attrName,
LdapEntry entry,
boolean emptyWhenNotFound)
Returns an empty attribute instead of
null when
emptyWhenNotFound is
true. |
org.identityconnectors.framework.common.objects.Name |
LdapSchemaMapping.createName(org.identityconnectors.framework.common.objects.ObjectClass oclass,
LdapEntry entry)
Creates a
Name for the given entry. |
org.identityconnectors.framework.common.objects.Uid |
LdapSchemaMapping.createUid(org.identityconnectors.framework.common.objects.ObjectClass oclass,
LdapEntry entry)
Creates a
Uid for the given entry. |
| Modifier and Type | Method and Description |
|---|---|
static LdapEntry |
LdapSearches.getEntry(LdapConnection conn,
LdapName entryDN,
String... ldapAttrsToGet) |
Copyright © 2014. All Rights Reserved.