Interface LdapTransactionManager

All Known Implementing Classes:
NullLdapTransactionManager

public interface LdapTransactionManager
Allows applications to wrap LDAP operations in a transaction
Author:
brad
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the given action (syncronously) in a transaction
  • Method Details