Uses of Interface
com.sun.identity.policy.interfaces.Referral
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of Referral in com.sun.identity.policy
Modifier and TypeMethodDescriptionPolicy.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.Policy.removeReferral
(String referralName) Deprecated.Removes the referral with the given name.Modifier and TypeMethodDescriptionvoid
Policy.addReferral
(String name, Referral referral) Deprecated.Adds a new policy referral.ReferralTypeManager.getReferralTypeName
(Referral referral) Deprecated.Returns the type of theReferral
implementation.ReferralTypeManager.getViewBeanURL
(Referral referral) Deprecated.Gets the view bean URL given the Referralvoid
Policy.removeReferral
(Referral referral) Deprecated.Removes theReferral
object identified by object'sequals
method.void
Policy.replaceReferral
(String name, Referral referral) Deprecated.Replaces an existing referral with the same name by the current one.