public class LdapUtil extends Object
Constructor and Description |
---|
LdapUtil(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
Navigation navigation,
com.atlassian.jira.testkit.client.log.FuncTestLogger logger,
Assertions assertions,
TextAssertions text) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertExtendedTestPageAndReturnToDirectoryList() |
void |
createLdapDirectory() |
protected String |
getBaseDn() |
protected String |
getConfigurationOption(String key) |
protected String |
getLdapServer() |
protected String |
getPassword() |
protected String |
getTypeDisplayName()
Will return "OpenLDAP" or "Microsoft Active Directory" depending on the LDAP server under test.
|
protected String |
getUserDn() |
protected boolean |
isActiveDirectory() |
protected void |
synchroniseDirectory(int row) |
@Inject public LdapUtil(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation, com.atlassian.jira.testkit.client.log.FuncTestLogger logger, Assertions assertions, TextAssertions text)
public void createLdapDirectory() throws InterruptedException
InterruptedException
protected boolean isActiveDirectory()
protected String getTypeDisplayName()
protected String getUserDn()
protected String getPassword()
protected String getBaseDn()
protected String getLdapServer()
protected void assertExtendedTestPageAndReturnToDirectoryList()
protected void synchroniseDirectory(int row) throws InterruptedException
InterruptedException
Copyright © 2002-2017 Atlassian. All Rights Reserved.