Package org.molgenis.security.acl
Interface AclClassService
-
- All Known Subinterfaces:
MutableAclClassService
public interface AclClassServiceProvides retrieval ofAclclasses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getAclClassTypes()Returns all ACL class types.booleanhasAclClass(String type)Returns whether an ACL class exists for the given type.
-
-
-
Method Detail
-
hasAclClass
boolean hasAclClass(String type)
Returns whether an ACL class exists for the given type.- Parameters:
type- domain object type- Returns:
- true if an ACL class exists for the given true
-
getAclClassTypes
Collection<String> getAclClassTypes()
Returns all ACL class types.
-
-