View methods can be made significantly faster by authorizing by method call rather than authorizing every object in the result set. This is particularly applicable for administrator only views. The rational is that the caller should be able to complete the entire view so long as they are authorized. In this case, authorizing just the method call is sufficient.
View methods can be made significantly faster by authorizing by method call rather than authorizing every object in the result set. This is particularly applicable for administrator only views. The rational is that the caller should be able to complete the entire view so long as they are authorized. In this case, authorizing just the method call is sufficient.