Class LdapService


  • public class LdapService
    extends Object
    Starts an LDAP server on the first available port within the range.
    • Method Detail

      • getInstance

        public static LdapService getInstance()
      • start

        public void start()
        Tries to start an LDAP server on any free port in the port range between #PORT_RANGE_START and #PORT_RANGE_END.
      • getDefaultLdif

        public static String getDefaultLdif()
      • stop

        public void stop()
        Stops the LDAP server.
      • configureConfluence

        public void configureConfluence​(com.atlassian.confluence.test.jwebunit.usermanagement.Forms form)