| 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 |
UnbindOperationRecorder.getRenamingStrategy() |
TempEntryRenamingStrategy |
RebindOperationRecorder.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 |
|---|---|
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. |
protected void |
ContextSourceAndDataSourceTransactionManager.setRenamingStrategy(TempEntryRenamingStrategy renamingStrategy) |
| 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–2021 The Spring LDAP Framework. All rights reserved.