Uses of Class
io.gravitee.am.service.model.UpdateRole
Packages that use UpdateRole
-
Uses of UpdateRole in io.gravitee.am.service
Methods in io.gravitee.am.service with parameters of type UpdateRoleModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Role>RoleService.update(ReferenceType referenceType, String referenceId, String id, UpdateRole updateRole, User principal) default io.reactivex.rxjava3.core.Single<Role>RoleService.update(String domain, String id, UpdateRole role) io.reactivex.rxjava3.core.Single<Role>RoleService.update(String domain, String id, UpdateRole role, User principal) -
Uses of UpdateRole in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl with parameters of type UpdateRoleModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Role>RoleServiceImpl.update(ReferenceType referenceType, String referenceId, String id, UpdateRole updateRole, User principal) io.reactivex.rxjava3.core.Single<Role>RoleServiceImpl.update(String domain, String id, UpdateRole updateRole, User principal)