Interface UserManagementService

All Superinterfaces:
PersistedService, UserService
All Known Implementing Classes:
UserManagementServiceImpl

public interface UserManagementService extends UserService
User management extension for the UserService. Initially intended to be used in the UserResource for user management-specific operations that require specific UserService behavior to be augmented/overridden. Also allows new user management-specific operations to be added. This allows all other direct usages of UserService to remain unchanged.