Package io.jmix.security.impl.role
Class RowLevelRoleRepositoryImpl
java.lang.Object
io.jmix.security.impl.role.BaseRoleRepository<RowLevelRole>
io.jmix.security.impl.role.RowLevelRoleRepositoryImpl
- All Implemented Interfaces:
RoleRepository<RowLevelRole>,RowLevelRoleRepository
@Component("sec_RowLevelRoleRepository")
public class RowLevelRoleRepositoryImpl
extends BaseRoleRepository<RowLevelRole>
implements RowLevelRoleRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<? extends RoleProvider<RowLevelRole>>protected voidmergeChildRoleState(RowLevelRole role, RowLevelRole childRole) voidsetRoleProviders(Collection<RowLevelRoleProvider> roleProviders) Methods inherited from class io.jmix.security.impl.role.BaseRoleRepository
deleteRole, findRoleByCode, findRoleByCodeExcludeVisited, getAllRolesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.security.role.RoleRepository
deleteRole, findRoleByCode, getAllRolesMethods inherited from interface io.jmix.security.role.RowLevelRoleRepository
getRoleByCode
-
Constructor Details
-
RowLevelRoleRepositoryImpl
public RowLevelRoleRepositoryImpl()
-
-
Method Details
-
setRoleProviders
-
getRoleProviders
- Specified by:
getRoleProvidersin classBaseRoleRepository<RowLevelRole>
-
mergeChildRoleState
- Specified by:
mergeChildRoleStatein classBaseRoleRepository<RowLevelRole>
-