public class LdapOperationsHelper extends Object
Constructor and Description |
---|
LdapOperationsHelper(String server,
String userDn,
String password,
String baseDn,
boolean activeDirectory) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getListOfUsers() |
void |
removeUser(String username) |
void |
renameUser(String oldName,
String newName) |
DirContext |
setupLdapContext() |
public DirContext setupLdapContext()
public void renameUser(String oldName, String newName) throws NamingException
NamingException
public void removeUser(String username) throws NamingException
NamingException
Copyright © 2002-2024 Atlassian. All Rights Reserved.