Package | Description |
---|---|
org.springframework.ldap.transaction.compensating |
LDAP specific implementations of the Compensating Transaction interfaces.
|
org.springframework.ldap.transaction.compensating.manager |
The core implementation classes for client-side LDAP transactions.
|
org.springframework.ldap.transaction.compensating.support |
Useful helper implementations for client side Compensating LDAP Transactions.
|
Modifier and Type | Method and Description |
---|---|
TempEntryRenamingStrategy |
RebindOperationRecorder.getRenamingStrategy() |
TempEntryRenamingStrategy |
UnbindOperationRecorder.getRenamingStrategy() |
Constructor and Description |
---|
LdapCompensatingTransactionOperationFactory(TempEntryRenamingStrategy renamingStrategy)
Constructor.
|
RebindOperationRecorder(LdapOperations ldapOperations,
TempEntryRenamingStrategy renamingStrategy)
Constructor.
|
UnbindOperationRecorder(LdapOperations ldapOperations,
TempEntryRenamingStrategy renamingStrategy)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ContextSourceAndDataSourceTransactionManager.setRenamingStrategy(TempEntryRenamingStrategy renamingStrategy) |
void |
ContextSourceTransactionManager.setRenamingStrategy(TempEntryRenamingStrategy renamingStrategy)
Set the
TempEntryRenamingStrategy . |
void |
ContextSourceTransactionManagerDelegate.setRenamingStrategy(TempEntryRenamingStrategy renamingStrategy)
Set the
TempEntryRenamingStrategy to be used when renaming
temporary entries in unbind and rebind operations. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTempEntryRenamingStrategy
Default implementation of
TempEntryRenamingStrategy . |
class |
DifferentSubtreeTempEntryRenamingStrategy
A
TempEntryRenamingStrategy that moves the entry to a different
subtree than the original entry. |
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.