Package org.molgenis.data.security.auth
Class GroupPermissionService
- java.lang.Object
-
- org.molgenis.data.security.auth.GroupPermissionService
-
@Service public class GroupPermissionService extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupPermissionService(org.springframework.security.acls.model.MutableAclService aclService, PermissionService permissionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgrantDefaultPermissions(GroupValue groupValue)Grants default permissions on the root package and group to the roles of the group
-
-
-
Constructor Detail
-
GroupPermissionService
public GroupPermissionService(org.springframework.security.acls.model.MutableAclService aclService, PermissionService permissionService)
-
-
Method Detail
-
grantDefaultPermissions
public void grantDefaultPermissions(GroupValue groupValue)
Grants default permissions on the root package and group to the roles of the group- Parameters:
groupValue- details of the group for which the permissions will be granted
-
-