Class AbstractUserManagementService

  • All Implemented Interfaces:
    org.uberfire.ext.security.management.api.UserManagementService

    public abstract class AbstractUserManagementService
    extends Object
    implements org.uberfire.ext.security.management.api.UserManagementService

    The base user management service that uses the org.uberfire.ext.security.management.UberfireRoleManager as the role manager service used in the platform.

    Since:
    0.8.0
    • Constructor Detail

      • AbstractUserManagementService

        @Inject
        public AbstractUserManagementService​(UberfireRoleManager roleManager)
    • Method Detail

      • roles

        public org.uberfire.ext.security.management.api.RoleManager roles()
        Specified by:
        roles in interface org.uberfire.ext.security.management.api.UserManagementService