Uses of Class
com.sun.identity.policy.InvalidNameException
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 InvalidNameException in com.sun.identity.policy
Modifier and TypeMethodDescriptionvoid
Policy.addCondition
(String name, Condition condition) Deprecated.Adds a new policy condition.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
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.Deprecated.Gets the policy object given the name of the policy.void
Policy.replaceRule
(Rule rule) Deprecated.Replaces an existing rule with the same name by the current one.void
Rule.setActionValues
(Map actionValues) Deprecated.Sets the action names and their corresponding actions values (or permissions) for the resource or the service.void
Policy.setDescription
(String description) Deprecated.Sets the description for the policy.void
Deprecated.Sets the name of the policy.void
Deprecated.Sets the name for the rule.ModifierConstructorDescriptionDeprecated.Constructs a policy given the policy name.Deprecated.Constructs a policy given the policy name and description.Deprecated.Constructs a policy given the policy name,description and a referralPolicy flag.Deprecated.Constructs a policy given the policy name , description, referralPolicy flag, and active flagDeprecated.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 InvalidNameException in com.sun.identity.policy.interfaces