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 void
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
Policy. addRule(Rule rule)
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.Policy
PolicyManager. getPolicy(String policyName)
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
Policy. setName(String policyName)
Deprecated.Sets the name of the policy.void
Rule. 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 void
Referral. setValues(Set values)
Deprecated.Sets the values of this referralvoid
Subject. setValues(Set names)
Deprecated.Sets the names for the instance of theSubject
object.
-