The feature of check permission before Metacat handle a "read" action. If user doesn't have permission, its request will be rejected. After creating a DocumentImpl object. A method named hasReadPermission in that class will be called to make sure the user has permission to read it.
The feature of check permission before Metacat handle a "read" action. If user doesn't have permission, its request will be rejected.
After creating a DocumentImpl object. A method named hasReadPermission in that class will be called to make sure the user has permission to read it.