Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
void |
Conditions.addCondition(Condition condition)
Adds a
Condition object to the this instance
of condition collection. |
void |
Conditions.addCondition(String conditionName,
Condition condition)
Adds a
Condition object to the this instance
of conditions collection. |
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 |
Referrals.addReferral(Referral referral)
Adds a
Referral object to the this instance
of user collection. |
void |
Referrals.addReferral(String referralName,
Referral referral)
Adds a
Referral object to the this instance
of user collection. |
void |
Policy.addReferral(String name,
Referral referral)
Deprecated.
Adds a new policy referral.
|
void |
ResponseProviders.addResponseProvider(ResponseProvider responseProvider)
Adds a
ResponseProvider object to this instance
of ResponseProviders . |
void |
ResponseProviders.addResponseProvider(String responseProviderName,
ResponseProvider responseProvider)
Adds a
ResponseProvider object to this instance
of ResponseProviders . |
void |
Policy.addResponseProvider(String name,
ResponseProvider respProvider)
Deprecated.
Adds a new
ResponseProvider to the policy. |
void |
Policy.addRule(Rule rule)
Deprecated.
Adds a new policy rule.
|
void |
Subjects.addSubject(String subjectName,
Subject subject)
Adds a
Subject object to the this instance
of user collection. |
void |
SubjectTypeManager.addSubject(String subjectName,
Subject subject)
Deprecated.
Adds a policy subject at realm.
|
void |
Policy.addSubject(String name,
Subject subject)
Deprecated.
Adds a new policy subject.
|
void |
Subjects.addSubject(String subjectName,
Subject subject,
boolean exclusive)
Adds a
Subject object to the this instance
of user collection. |
void |
Policy.addSubject(String name,
Subject subject,
boolean exclusive)
Deprecated.
Adds a new policy subject.
|
void |
Subjects.addSubject(Subject subject)
Adds a
Subject object to the this instance
of user collection. |
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.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.