Package | Description |
---|---|
com.communote.server.core.common.ldap |
Modifier and Type | Class and Description |
---|---|
class |
LdapGroupAttributesMapper
Mapper for groups.
|
class |
LdapUserAttributesMapper
Mapper for mapping LDAP user attributes to an ExternalUserVO.
|
Modifier and Type | Method and Description |
---|---|
static org.springframework.ldap.core.support.LdapContextSource |
LdapSearchUtils.createLdapContext(LdapConfiguration config,
LdapAttributesMapper<?> mapper)
Creates an LDAP context
|
static <T> T |
LdapSearchUtils.retrieveEntry(org.springframework.ldap.core.support.LdapContextSource contextFactory,
String dn,
String searchFilter,
String[] attributesToReturn,
Collection<LdapSearchBaseDefinition> searchBaseDefs,
LdapAttributesMapper<T> mapper)
Retrieve an entry with the named attributes from the LDAP directory and convert it with the
provided attributes mapper.
|
Constructor and Description |
---|
SpringAttributesMapperAdapter(String dn,
LdapAttributesMapper<?> mapper) |
Copyright © 2019 Communote team. All rights reserved.