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 java.util.Collection<java.lang.String>getAclClassTypes()Returns all ACL class types.booleanhasAclClass(java.lang.String type)Returns whether an ACL class exists for the given type.
-
-
-
Method Detail
-
hasAclClass
boolean hasAclClass(java.lang.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
java.util.Collection<java.lang.String> getAclClassTypes()
Returns all ACL class types.
-
-