void | 
PolicyManager.addPolicy(Policy policy) | 
 Deprecated. 
Adds a policy to the data store. 
 | 
Policy | 
PolicyManager.getPolicy(String policyName) | 
 Deprecated. 
Gets the policy object given the name of the policy. 
 | 
Set | 
PolicyManager.getPolicyNames() | 
 Deprecated. 
Gets a set of  names of polices defined in the
 organization for which the policy manager was instantiated. 
 | 
Set | 
PolicyManager.getPolicyNames(String pattern) | 
 Deprecated. 
Gets a set of selected policy names matching the
 pattern in the given organization. 
 | 
ProxyPolicyEvaluator | 
ProxyPolicyEvaluatorFactory.getProxyPolicyEvaluator(SSOToken token,
                       String serviceType) | 
 Deprecated. 
Gets an instance of ProxyPolicyEvaluator. 
 | 
void | 
PolicyManager.removePolicy(String policyName) | 
 Deprecated. 
Deletes a policy in the organization with the given name. 
 | 
void | 
PolicyManager.replacePolicy(Policy policy) | 
 Deprecated. 
Replaces a policy object  in the data store with the same policy name 
 | 
void | 
Policy.store(SSOToken token,
     String name) | 
 Deprecated. 
Stores the policy object in a persistent data store
 under the organization, sub-organization or a container
 object, specified as a parameter. 
 |