Set |
Rule.getActionValues(String actionName) |
Deprecated.
Returns a set of action values that have been set for the
specified action name.
|
Condition |
ConditionTypeManager.getCondition(String conditionType) |
Deprecated.
Returns an instance of the Condition
given the condition type name.
|
Condition |
Policy.getCondition(String condition) |
Deprecated.
Gets the condition object identified by name.
|
Policy |
PolicyManager.getPolicy(String policyName) |
Deprecated.
Gets the policy object given the name of the policy.
|
ProxyPolicyEvaluator |
ProxyPolicyEvaluatorFactory.getProxyPolicyEvaluator(SSOToken token,
String serviceType) |
Deprecated.
Gets an instance of ProxyPolicyEvaluator .
|
Referral |
Policy.getReferral(String referralName) |
Deprecated.
Gets the Referral object identified by name.
|
Referral |
ReferralTypeManager.getReferral(String referralType) |
Deprecated.
Returns an instance of the Referral
given the referral type name.
|
ResponseProvider |
ResponseProviderTypeManager.getResponseProvider(String responseProviderTypeName) |
Deprecated.
Returns an instance of the ResponseProvider
given the response provider type name.
|
Rule |
Policy.getRule(String ruleName) |
Deprecated.
Gets the rule object identified by name.
|
Subject |
Policy.getSubject(String subjectName) |
Deprecated.
Gets the Subject object identified by name.
|
Subject |
SubjectTypeManager.getSubject(String subjectType) |
Deprecated.
Returns an instance of the Subject given the subject type
name.
|
Subject |
SubjectTypeManager.getSubjectByName(String subjectName) |
Deprecated.
Returns the Subject object identified by subjectName defined at
the realm
|
boolean |
Policy.isRealmSubject(String subjectName) |
Deprecated.
Checks if the subjectName is a reference to a Subject
defined at the realm
|
boolean |
Policy.isSubjectExclusive(String subjectName) |
Deprecated.
Checks if the subject is exclusive.
|
void |
Policy.replaceCondition(String name,
Condition condition) |
Deprecated.
Replaces an existing condition with the same name by the
current one.
|
void |
PolicyManager.replacePolicy(Policy policy) |
Deprecated.
Replaces a policy object in the data store with the same policy name
|
void |
Policy.replaceReferral(String name,
Referral referral) |
Deprecated.
Replaces an existing referral with the same name by the
current one.
|
void |
Policy.replaceSubject(String name,
Subject subject) |
Deprecated.
Replaces an existing subject with the same name by the
current one.
|
void |
Policy.replaceSubject(String name,
Subject subject,
boolean exclusive) |
Deprecated.
Replaces an existing subject with the same name by the
current one.
|
void |
SubjectTypeManager.replaceSubject(String subjectName,
Subject subject) |
Deprecated.
Replaces an existing subject with the same name by the
current one at the 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.
|