| Package | Description |
|---|---|
| org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNameClassPairMapper
The default NameClassPairMapper implementation.
|
| Modifier and Type | Method and Description |
|---|---|
List |
LdapOperations.list(Name base,
NameClassPairMapper mapper)
Perform a non-recursive listing of the children of the given
base. |
List |
LdapTemplate.list(Name base,
NameClassPairMapper mapper) |
List |
LdapOperations.list(String base,
NameClassPairMapper mapper)
Perform a non-recursive listing of the children of the given
base. |
List |
LdapTemplate.list(String base,
NameClassPairMapper mapper) |
List |
LdapOperations.listBindings(Name base,
NameClassPairMapper mapper)
Perform a non-recursive listing of the children of the given
base. |
List |
LdapTemplate.listBindings(Name base,
NameClassPairMapper mapper) |
List |
LdapOperations.listBindings(String base,
NameClassPairMapper mapper)
Perform a non-recursive listing of the children of the given
base. |
List |
LdapTemplate.listBindings(String base,
NameClassPairMapper mapper) |
| Constructor and Description |
|---|
MappingCollectingNameClassPairCallbackHandler(NameClassPairMapper mapper) |
Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.