Package | Description |
---|---|
org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
org.springframework.ldap.core.simple |
Simplification layer over LdapTemplate for Java 5 and above.
|
org.springframework.ldap.core.support |
Support classes the core Spring LDAP package.
|
Modifier and Type | Class and Description |
---|---|
class |
DirContextAdapter
Adapter that implements the interesting methods of the DirContext interface.
|
Modifier and Type | Method and Description |
---|---|
DirContextOperations |
LdapOperations.lookupContext(Name dn)
Convenience method to lookup the supplied DN and automatically cast it to
DirContextOperations . |
DirContextOperations |
LdapTemplate.lookupContext(Name dn) |
DirContextOperations |
LdapOperations.lookupContext(String dn)
Convenience method to lookup the supplied DN and automatically cast it to
DirContextOperations . |
DirContextOperations |
LdapTemplate.lookupContext(String dn) |
Modifier and Type | Method and Description |
---|---|
void |
LdapOperations.bind(DirContextOperations ctx)
Bind the data in the supplied context in the tree.
|
void |
LdapTemplate.bind(DirContextOperations ctx) |
void |
LdapOperations.modifyAttributes(DirContextOperations ctx)
Modify the attributes of the entry referenced by the supplied
DirContextOperations instance. |
void |
LdapTemplate.modifyAttributes(DirContextOperations ctx) |
void |
LdapOperations.rebind(DirContextOperations ctx)
Remove an entry and replace it with a new one.
|
void |
LdapTemplate.rebind(DirContextOperations ctx) |
Modifier and Type | Method and Description |
---|---|
DirContextOperations |
SimpleLdapOperations.lookupContext(Name dn)
Look up the specified DN, and automatically cast it to a
DirContextOperations instance. |
DirContextOperations |
SimpleLdapTemplate.lookupContext(Name dn) |
DirContextOperations |
SimpleLdapOperations.lookupContext(String dn)
Look up the specified DN, and automatically cast it to a
DirContextOperations instance. |
DirContextOperations |
SimpleLdapTemplate.lookupContext(String dn) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleLdapOperations.bind(DirContextOperations ctx)
Bind the data in the supplied context in the tree.
|
void |
SimpleLdapTemplate.bind(DirContextOperations ctx) |
protected abstract T |
AbstractParameterizedContextMapper.doMapFromContext(DirContextOperations ctx)
Map a single
DirContextOperation to an object. |
void |
SimpleLdapOperations.modifyAttributes(DirContextOperations ctx)
Modify the Attributes of the entry corresponding to the supplied
DirContextOperations instance. |
void |
SimpleLdapTemplate.modifyAttributes(DirContextOperations ctx) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
AbstractContextMapper.doMapFromContext(DirContextOperations ctx)
Map a single
DirContextOperation to an object. |
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.