Does Spring Security Acl support class-level permissions? For example, let's suppose I have an Asset
class, and I want to allow read permissions to all instances of the Asset
class to any user with role ROLE_USER.
As long as I could see, ObjectIdentityImpl
only accepts object instances.
Thanks