Uses of Class
com.sun.identity.policy.InvalidNameException
-
Packages that use InvalidNameException Package Description com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources. -
-
Uses of InvalidNameException in com.sun.identity.policy
Methods in com.sun.identity.policy that throw InvalidNameException Modifier and Type Method Description voidPolicy. addCondition(String name, Condition condition)Deprecated.Adds a new policy condition.voidPolicy. addRealmSubject(SSOToken token, String subjectName, String realmName, boolean exclusive)Deprecated.Adds a reference in the policy to a Subject defined at the realm.voidPolicy. addRealmSubject(String subjectName, SubjectTypeManager stm, boolean exclusive)Deprecated.Adds a reference in the policy to a Subject defined at the realm.voidPolicy. addReferral(String name, Referral referral)Deprecated.Adds a new policy referral.voidPolicy. addRule(Rule rule)Deprecated.Adds a new policy rule.voidPolicy. addSubject(String name, Subject subject)Deprecated.Adds a new policy subject.voidPolicy. addSubject(String name, Subject subject, boolean exclusive)Deprecated.Adds a new policy subject.voidSubjectTypeManager. addSubject(String subjectName, Subject subject)Deprecated.Adds a policy subject at realm.PolicyPolicyManager. getPolicy(String policyName)Deprecated.Gets the policy object given the name of the policy.voidPolicy. replaceRule(Rule rule)Deprecated.Replaces an existing rule with the same name by the current one.voidRule. setActionValues(Map actionValues)Deprecated.Sets the action names and their corresponding actions values (or permissions) for the resource or the service.voidPolicy. setDescription(String description)Deprecated.Sets the description for the policy.voidPolicy. setName(String policyName)Deprecated.Sets the name of the policy.voidRule. setName(String ruleName)Deprecated.Sets the name for the rule.Constructors in com.sun.identity.policy that throw InvalidNameException Constructor Description Policy(String policyName)Deprecated.Constructs a policy given the policy name.Policy(String policyName, String description)Deprecated.Constructs a policy given the policy name and description.Policy(String policyName, String description, boolean referralPolicy)Deprecated.Constructs a policy given the policy name,description and a referralPolicy flag.Policy(String policyName, String description, boolean referralPolicy, boolean active)Deprecated.Constructs a policy given the policy name , description, referralPolicy flag, and active flagRule(String ruleName, String serviceName, String resourceName, Map actions)Deprecated.Constructor to create a rule object with rule name, service name, resource name and actions.Rule(String serviceName, String resourceName, Map actions)Deprecated.Constructor to create a rule object with the service name, resource name and actions.Rule(String serviceName, Map actions)Deprecated.Constructor to create a rule object with the service name and actions. -
Uses of InvalidNameException in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces that throw InvalidNameException Modifier and Type Method Description voidReferral. setValues(Set values)Deprecated.Sets the values of this referralvoidSubject. setValues(Set names)Deprecated.Sets the names for the instance of theSubjectobject.
-