Uses of Class
com.sun.identity.policy.NameAlreadyExistsException
Packages that use NameAlreadyExistsException
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of NameAlreadyExistsException in com.sun.identity.policy
Methods in com.sun.identity.policy that throw NameAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidPolicy.addCondition(String name, Condition condition) Deprecated.Adds a new policy condition.voidDeprecated.Adds a policy to the data store.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.voidDeprecated.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.voidDeprecated.Stores the policy object in a persistent data store under the organization, sub-organization or a container object, specified as a parameter.