Interface UserManagementService
- All Known Implementing Classes:
UserManagementServiceImpl
public interface UserManagementService
User directory management service.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteUser
(User user, UserContext ctx) Removes a user from the internal user directory.void
updateUser
(User user, UserContext ctx) Updates a user's details in the active directory.
-
Method Details
-
updateUser
Updates a user's details in the active directory. It does not updates user's password.- Parameters:
user
- User with updated detailsctx
-- Throws:
ApplicationException
DirectoryException
-
deleteUser
Removes a user from the internal user directory.- Parameters:
user
-ctx
-- Throws:
DirectoryException
-