void | 
Policy.addCondition(String name,
            Condition condition) | 
 Deprecated. 
Adds a new policy condition. 
 | 
void | 
PolicyManager.addPolicy(Policy policy) | 
 Deprecated. 
Adds a policy to the data store. 
 | 
void | 
Policy.addRealmSubject(SSOToken token,
               String subjectName,
               String realmName,
               boolean exclusive) | 
 Deprecated. 
Adds a reference in the policy to a Subject defined at the realm. 
 | 
void | 
Policy.addRealmSubject(String subjectName,
               SubjectTypeManager stm,
               boolean exclusive) | 
 Deprecated. 
Adds a reference in the policy to a Subject defined at the realm. 
 | 
void | 
Policy.addReferral(String name,
           Referral referral) | 
 Deprecated. 
Adds a new policy referral. 
 | 
void | 
Policy.addRule(Rule rule) | 
 Deprecated. 
Adds a new policy rule. 
 | 
void | 
Policy.addSubject(String name,
          Subject subject) | 
 Deprecated. 
Adds a new policy subject. 
 | 
void | 
Policy.addSubject(String name,
          Subject subject,
          boolean exclusive) | 
 Deprecated. 
Adds a new policy subject. 
 | 
void | 
SubjectTypeManager.addSubject(String subjectName,
          Subject subject) | 
 Deprecated. 
Adds a policy subject at realm. 
 | 
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. 
 |