Spring LDAP

org.springframework.ldap.transaction.compensating
Interface TempEntryRenamingStrategy

All Known Implementing Classes:
DefaultTempEntryRenamingStrategy, DifferentSubtreeTempEntryRenamingStrategy

public interface TempEntryRenamingStrategy

Interface for different strategies to rename temporary entries for unbind and rebind operations.

Since:
1.2
Author:
Mattias Hellborg Arthursson

Method Summary
 Name getTemporaryName(Name originalName)
          Get a temporary name for the current entry to be renamed to.
 

Method Detail

getTemporaryName

Name getTemporaryName(Name originalName)
Get a temporary name for the current entry to be renamed to.

Parameters:
originalName - The original name of the entry.
Returns:
The name to which the entry should be temporarily renamed according to this strategy.

Spring LDAP