Package | Description |
---|---|
org.identityconnectors.ldap | |
org.identityconnectors.ldap.schema | |
org.identityconnectors.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 |
---|---|
static List |
ADLdapUtil.fetchGroupMembersByRange(LdapConnection conn,
LdapEntry entry) |
static List |
ADLdapUtil.fetchTokenGroupsByDn(LdapConnection conn,
LdapEntry entry) |
Modifier and Type | Method and Description |
---|---|
Attribute |
LdapSchemaMapping.createAttribute(ObjectClass oclass,
String attrName,
LdapEntry entry,
boolean emptyWhenNotFound)
Returns an empty attribute instead of
null when emptyWhenNotFound
is true . |
Name |
LdapSchemaMapping.createName(ObjectClass oclass,
LdapEntry entry)
Creates a
Name for the given entry. |
Uid |
LdapSchemaMapping.createUid(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 © 2018–2025. All rights reserved.