Package | Description |
---|---|
org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
Modifier and Type | Method and Description |
---|---|
Object |
LdapOperations.lookup(Name dn,
AttributesMapper mapper)
Convenience method to get the attributes of a specified DN and
automatically pass them to an
AttributesMapper . |
Object |
LdapTemplate.lookup(Name dn,
AttributesMapper mapper) |
Object |
LdapOperations.lookup(Name dn,
String[] attributes,
AttributesMapper mapper)
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an
AttributesMapper . |
Object |
LdapTemplate.lookup(Name dn,
String[] attributes,
AttributesMapper mapper) |
Object |
LdapOperations.lookup(String dn,
AttributesMapper mapper)
Convenience method to get the attributes of a specified DN and
automatically pass them to an
AttributesMapper . |
Object |
LdapTemplate.lookup(String dn,
AttributesMapper mapper) |
Object |
LdapOperations.lookup(String dn,
String[] attributes,
AttributesMapper mapper)
Convenience method to get the specified attributes of a specified DN and
automatically pass them to an
AttributesMapper . |
Object |
LdapTemplate.lookup(String dn,
String[] attributes,
AttributesMapper mapper) |
List |
LdapOperations.search(Name base,
String filter,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(Name base,
String filter,
AttributesMapper mapper) |
List |
LdapOperations.search(Name base,
String filter,
int searchScope,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(Name base,
String filter,
int searchScope,
AttributesMapper mapper) |
List |
LdapOperations.search(Name base,
String filter,
int searchScope,
String[] attrs,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(Name base,
String filter,
int searchScope,
String[] attrs,
AttributesMapper mapper) |
List |
LdapOperations.search(Name base,
String filter,
SearchControls controls,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(Name base,
String filter,
SearchControls controls,
AttributesMapper mapper) |
List |
LdapOperations.search(Name base,
String filter,
SearchControls controls,
AttributesMapper mapper,
DirContextProcessor processor)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(Name base,
String filter,
SearchControls controls,
AttributesMapper mapper,
DirContextProcessor processor) |
List |
LdapOperations.search(String base,
String filter,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(String base,
String filter,
AttributesMapper mapper) |
List |
LdapOperations.search(String base,
String filter,
int searchScope,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(String base,
String filter,
int searchScope,
AttributesMapper mapper) |
List |
LdapOperations.search(String base,
String filter,
int searchScope,
String[] attrs,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(String base,
String filter,
int searchScope,
String[] attrs,
AttributesMapper mapper) |
List |
LdapOperations.search(String base,
String filter,
SearchControls controls,
AttributesMapper mapper)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(String base,
String filter,
SearchControls controls,
AttributesMapper mapper) |
List |
LdapOperations.search(String base,
String filter,
SearchControls controls,
AttributesMapper mapper,
DirContextProcessor processor)
Search for all objects matching the supplied filter.
|
List |
LdapTemplate.search(String base,
String filter,
SearchControls controls,
AttributesMapper mapper,
DirContextProcessor processor) |
Constructor and Description |
---|
AttributesMapperCallbackHandler(AttributesMapper mapper)
Constructs a new instance around the specified
AttributesMapper . |
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.