it.eng.rdlab.um.ldap.group.service
Class LdapOrganizationManager
java.lang.Object
it.eng.rdlab.um.ldap.group.service.LdapCollectionManager
it.eng.rdlab.um.ldap.group.service.LdapOrganizationManager
- All Implemented Interfaces:
- it.eng.rdlab.um.group.service.GroupManager, LdapBasicConstants
public class LdapOrganizationManager
- extends LdapCollectionManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LdapOrganizationManager
public LdapOrganizationManager(String baseDn)
throws NamingException
- Throws:
NamingException
createGroup
public boolean createGroup(it.eng.rdlab.um.group.beans.GroupModel groupModel)
throws it.eng.rdlab.um.exceptions.UserManagementSystemException
- Throws:
it.eng.rdlab.um.exceptions.UserManagementSystemException
getGroup
public it.eng.rdlab.um.group.beans.GroupModel getGroup(String groupId)
throws it.eng.rdlab.um.exceptions.UserManagementSystemException,
it.eng.rdlab.um.exceptions.GroupRetrievalException
- Throws:
it.eng.rdlab.um.exceptions.UserManagementSystemException
it.eng.rdlab.um.exceptions.GroupRetrievalException
updateGroup
public boolean updateGroup(it.eng.rdlab.um.group.beans.GroupModel groupModel)
throws it.eng.rdlab.um.exceptions.UserManagementSystemException,
it.eng.rdlab.um.exceptions.GroupRetrievalException
- Throws:
it.eng.rdlab.um.exceptions.UserManagementSystemException
it.eng.rdlab.um.exceptions.GroupRetrievalException
listGroups
public List<it.eng.rdlab.um.group.beans.GroupModel> listGroups()
throws it.eng.rdlab.um.exceptions.UserManagementSystemException,
it.eng.rdlab.um.exceptions.GroupRetrievalException
- Throws:
it.eng.rdlab.um.exceptions.UserManagementSystemException
it.eng.rdlab.um.exceptions.GroupRetrievalException
listGroups
public List<it.eng.rdlab.um.group.beans.GroupModel> listGroups(it.eng.rdlab.um.group.beans.GroupModel filter)
throws it.eng.rdlab.um.exceptions.UserManagementSystemException,
it.eng.rdlab.um.exceptions.GroupRetrievalException
- Throws:
it.eng.rdlab.um.exceptions.UserManagementSystemException
it.eng.rdlab.um.exceptions.GroupRetrievalException
listSubGroupsByGroup
public List<it.eng.rdlab.um.group.beans.GroupModel> listSubGroupsByGroup(String groupId)
throws it.eng.rdlab.um.exceptions.UserManagementSystemException,
it.eng.rdlab.um.exceptions.GroupRetrievalException
- Throws:
it.eng.rdlab.um.exceptions.UserManagementSystemException
it.eng.rdlab.um.exceptions.GroupRetrievalException
createSubGroup
public boolean createSubGroup(String parentGroupId,
it.eng.rdlab.um.group.beans.GroupModel groupModel)
throws it.eng.rdlab.um.exceptions.UserManagementSystemException,
it.eng.rdlab.um.exceptions.GroupRetrievalException
- Throws:
it.eng.rdlab.um.exceptions.UserManagementSystemException
it.eng.rdlab.um.exceptions.GroupRetrievalException
Copyright © 2013. All Rights Reserved.