Interface UserManagementService
- All Known Implementing Classes:
UserManagementServiceImpl
public interface UserManagementService
User directory management service.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteUser(User user, UserContext ctx) Removes a user from the internal user directory.voidupdateUser(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:
ApplicationExceptionDirectoryException
-
deleteUser
Removes a user from the internal user directory.- Parameters:
user-ctx-- Throws:
DirectoryException
-