Class LdapOperationsHelper
java.lang.Object
com.atlassian.jira.webtests.ztests.tpm.ldap.LdapOperationsHelper
LDAP helper class to simplify common operations like
creating, removing and renaming users.
- Since:
- v6.1
-
Constructor Summary
ConstructorsConstructorDescriptionLdapOperationsHelper
(String server, String userDn, String password, String baseDn, boolean activeDirectory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
removeUser
(String username) void
renameUser
(String oldName, String newName)
-
Constructor Details
-
LdapOperationsHelper
-
-
Method Details
-
setupLdapContext
-
renameUser
- Throws:
NamingException
-
removeUser
- Throws:
NamingException
-
getListOfUsers
-