Interface AclClassService

  • All Known Subinterfaces:
    MutableAclClassService

    public interface AclClassService
    Provides retrieval of Acl classes.
    • 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.