Class SecurityServiceImpl

java.lang.Object
ubic.gemma.core.security.SecurityServiceImpl
All Implemented Interfaces:
SecurityService

public class SecurityServiceImpl extends Object implements SecurityService
Methods for changing security on objects, creating and modifying groups, checking security on objects.

We removed the ACL filtering/checking from most of these methods, because it results in basically checking permissions inside of methods that are checking permissions etc. We assume that anybody with read access on an object can know something about its security state.

Version:
$Id: SecurityServiceImpl.java,v 1.28 2013/12/12 00:10:12 paul Exp $
Author:
keshav, paul