Package com.logicaldoc.ldap.model
Class UserGroupDAO
java.lang.Object
com.logicaldoc.ldap.model.UserGroupDAO
A DAO for accessing LDAP informations regarding users and groups
- Since:
- 4.5
- Author:
- Sebastian Wenzky
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturning all groups being found on groupBase.getGroupName
(String groupDn) Returning all users being found on userBase List with the specified login.Returning all users being found on userBase List with the specified login.
-
Constructor Details
-
UserGroupDAO
-
-
Method Details
-
getGroupName
-
getGroup
-
getAllGroups
Returning all groups being found on groupBase. The search is paginated.- Returns:
- list of the groups
-
getUsers
Returning all users being found on userBase List with the specified login. The search is NOT paged.- Parameters:
login
- the username to search- Returns:
- list of the users
-
listUsers
Returning all users being found on userBase List with the specified login. The search IS paged if ldap.pagesize > 0- Parameters:
login
- username to search- Returns:
- list of the users
-