Interface TempEntryRenamingStrategy

    • Method Detail

      • getTemporaryName

        javax.naming.Name getTemporaryName​(javax.naming.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.