Uses of Interface
io.milton.ldap.LdapTransactionManager
Packages that use LdapTransactionManager
-
Uses of LdapTransactionManager in io.milton.ldap
Classes in io.milton.ldap that implement LdapTransactionManagerConstructors in io.milton.ldap with parameters of type LdapTransactionManagerModifierConstructorDescriptionLdapConnection(Socket clientSocket, UserFactory userSessionFactory, SearchManager searchManager, LdapTransactionManager txManager, PropFindPropertyBuilder propFindPropertyBuilder) Initialize the streams and start the thread.LdapServer(LdapTransactionManager txManager, UserFactory userSessionFactory, int port, boolean nosslFlag, String bindAddress, PropFindPropertyBuilder propFindPropertyBuilder) Create a ServerSocket to listen for connections.LdapServer(LdapTransactionManager txManager, UserFactory userSessionFactory, PropFindPropertyBuilder propFindPropertyBuilder) LdapServer(LdapTransactionManager txManager, UserFactory userSessionFactory, WebDavProtocol webDavProtocol, PropFindPropertyBuilder propFindPropertyBuilder) This constructor is for convenience.SearchManager(LdapTransactionManager txManager)