|
Spring LDAP | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CompensatingTransactionOperationManager
.CompensatingTransactionOperationFactory
to use.
DirContext
validator that executes DirContext.search(String, String, SearchControls)
.SearchControls
with search scope OBJECT_SCOPE
,
a countLimit of 1, returningAttributes of objectclass and timeLimit of 500.
DistinguishedName
and associated classes are deprecated as of 2.0.ObjectDirectoryMapper
.TempEntryRenamingStrategy
.BaseLdapPathSource
functionality to ContextSource instances
that act as proxies.PoolingContextSource
to wrap a Context
, delegating most methods
to the underlying context, retains a reference to the pool the context was checked out
from and returns itself to the pool when DelegatingContext.close()
is called.PoolingContextSource
to wrap a DirContext
, delegating most methods
to the underlying context.PoolingContextSource
to wrap a LdapContext
, delegating most methods
to the underlying context.LdapTestUtils.shutdownEmbeddedServer()
instead.
TempEntryRenamingStrategy
that moves the entry to a different
subtree than the original entry.LdapTemplate
before and after the
actual search and enumeration traversal.DirContext
from proxies created by ContextSource
proxies.DirContext
s that can be returned by a
ContextSource
.DirContext
s.LdapName
along with
utility methods in LdapUtils
instead.DistinguishedName
from a String.
DistinguishedName
from the supplied
List
of LdapRdn
objects.
DistinguishedName
from the supplied
Name
.
DistinguishedName
and associated classes are deprecated as of 2.0.DistinguishedName
and associated classes are deprecated as of 2.0.DirContextOperation
to an object.
DirContextOperation
to an object.
|
Spring LDAP | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |