Interface Controller
public interface Controller
Decides what set of operations should be allowed or denied based on the caller's
Module
.-
Method Summary
Modifier and TypeMethodDescriptionrulesForCaller
(Module caller) Returns rules which determine if a calling module is allowed to perform an operation.
-
Method Details
-
rulesForCaller
-