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, wait
groups, users
@Inject public AbstractUserManagementService(UberfireRoleManager roleManager)
public RoleManager roles()
roles
in interface UserManagementService
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.