Interface ResourceAccessController


public interface ResourceAccessController
A ResourceAccessController enhances any get and search with additional ResourceAccessChecks to be applied executing them. However, any implementation of the ResourceAccessController may decide to deny access immediately, and by that, to not execute the read (i.e., get or search) at all and throw an exception instead.