implements revoking role from user at repository level
This commit is contained in:
@ -10,4 +10,5 @@ public interface RbacGrantRepository extends Repository<RbacGrantEntity, RbacGra
|
||||
|
||||
void save(final RbacGrantEntity grant);
|
||||
|
||||
void delete(final RbacGrantEntity grant);
|
||||
}
|
||||
|
Reference in New Issue
Block a user