Interface RoleService
- All Known Implementing Classes:
RoleServiceImpl
public interface RoleService
- Author:
- Tim Urmancheev
-
Method Summary
Modifier and TypeMethodDescriptionbindAuthority
(String roleId, String authorityId) default String
default void
void
delete
(Collection<String> roleIds) void
deleteRoleAuthorities
(Collection<String> roleAuthorityIds) get
(Collection<String> roleIds) get
(LoadOptions options) getGroups
(String roleId, LoadOptions options) void
update
(Collection<Role> roles) default void
-
Method Details
-
get
-
get
-
get
-
getByName
-
create
-
create
-
update
-
update
-
delete
-
delete
-
getGroups
-
bindAuthority
-
deleteRoleAuthorities
-