Uses of Class
com.sun.identity.policy.NameNotFoundException
Package
Description
Provides classes for policy administration and evaluation.
Deprecated interfaces for writing custom Policy plugins for Conditions,
Subjects, Referrals, ResponseProviders and Resources.
-
Uses of NameNotFoundException in com.sun.identity.policy
Modifier and TypeMethodDescriptionRule.getActionValues
(String actionName) Deprecated.Returns a set of action values that have been set for the specified action name.ConditionTypeManager.getCondition
(String conditionType) Deprecated.Returns an instance of theCondition
given the condition type name.Policy.getCondition
(String condition) Deprecated.Gets the condition object identified by name.Deprecated.Gets the policy object given the name of the policy.ProxyPolicyEvaluatorFactory.getProxyPolicyEvaluator
(SSOToken token, String serviceType) Deprecated.Gets an instance ofProxyPolicyEvaluator
.Policy.getReferral
(String referralName) Deprecated.Gets the Referral object identified by name.ReferralTypeManager.getReferral
(String referralType) Deprecated.Returns an instance of theReferral
given the referral type name.ResponseProviderTypeManager.getResponseProvider
(String responseProviderTypeName) Deprecated.Returns an instance of theResponseProvider
given the response provider type name.Deprecated.Gets the rule object identified by name.Policy.getSubject
(String subjectName) Deprecated.Gets the Subject object identified by name.SubjectTypeManager.getSubject
(String subjectType) Deprecated.Returns an instance of theSubject
given the subject type name.SubjectTypeManager.getSubjectByName
(String subjectName) Deprecated.Returns the Subject object identified by subjectName defined at the realmboolean
Policy.isRealmSubject
(String subjectName) Deprecated.Checks if the subjectName is a reference to a Subject defined at the realmboolean
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 namevoid
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
Deprecated.Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.ModifierConstructorDescriptionPolicyEvaluator
(String serviceTypeName) Deprecated.Constructor to create aPolicyEvaluator
given theServiceType
name.PolicyManager
(SSOToken token, String name) Deprecated.Constructor forPolicyManager
for the specified organization, sub organization or a container object.Deprecated.Constructor to create a rule object with rule name, service name, resource name and actions.Deprecated.Constructor to create a rule object with the service name, resource name and actions.Deprecated.Constructor to create a rule object with the service name and actions. -
Uses of NameNotFoundException in com.sun.identity.policy.interfaces
Modifier and TypeMethodDescriptionReferral.getDisplayNameForValue
(String value, Locale locale) Deprecated.Returns the display name for the value for the given locale.Subject.getDisplayNameForValue
(String value, Locale locale) Deprecated.Returns the display name for the value for the given locale.