Uses of Interface
com.sun.identity.policy.interfaces.Referral
Packages that use Referral
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of Referral in com.sun.identity.policy
Methods in com.sun.identity.policy that return ReferralModifier and TypeMethodDescriptionPolicy.getReferral(String referralName) Deprecated.Gets the Referral object identified by name.ReferralTypeManager.getReferral(String referralType) Deprecated.Returns an instance of theReferralgiven the referral type name.Policy.removeReferral(String referralName) Deprecated.Removes the referral with the given name.Methods in com.sun.identity.policy with parameters of type ReferralModifier and TypeMethodDescriptionvoidPolicy.addReferral(String name, Referral referral) Deprecated.Adds a new policy referral.ReferralTypeManager.getReferralTypeName(Referral referral) Deprecated.Returns the type of theReferralimplementation.ReferralTypeManager.getViewBeanURL(Referral referral) Deprecated.Gets the view bean URL given the ReferralvoidPolicy.removeReferral(Referral referral) Deprecated.Removes theReferralobject identified by object'sequalsmethod.voidPolicy.replaceReferral(String name, Referral referral) Deprecated.Replaces an existing referral with the same name by the current one.