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 SummaryConstructors
- 
Method SummaryModifier 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
- 
getAllGroupsReturning all groups being found on groupBase. The search is paginated.- Returns:
- list of the groups
 
- 
getUsersReturning 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
 
- 
listUsersReturning 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
 
 
-