getPolicies(AccreditableManager controller, String url) Returns the existing policies for all URL steps in bottom-up order, ending with the root policy.
Parameters: controller - The accreditable manager to use. Parameters: url - The URL inside the web application.
Builds a subtree policy from a file. When the file is not present, an empty policy is
returned.
Parameters: controller - The access controller to use. Parameters: url - The URL inside the web application. A policy. throws: AccessControlException - when something went wrong.
Returns the existing policies for all URL steps in bottom-up order, ending with the root policy.
Parameters: controller - The accreditable manager to use. Parameters: url - The URL inside the web application. An array of policies. throws: AccessControlException - when something went wrong.
Saves a Subtree policy.
Parameters: url - The url to save the policy for. Parameters: policy - The policy to save. throws: AccessControlException - when something went wrong.