public abstract class AbstractUserManagementService extends Object implements UserManagementService
The base user management service that uses the org.uberfire.ext.security.management.UberfireRoleManager
as the role manager service used in the platform.
| Constructor and Description |
|---|
AbstractUserManagementService(UberfireRoleManager roleManager) |
| Modifier and Type | Method and Description |
|---|---|
RoleManager |
roles() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgroups, users@Inject public AbstractUserManagementService(UberfireRoleManager roleManager)
public RoleManager roles()
roles in interface UserManagementServiceCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.