Uses of Interface
com.sun.identity.policy.interfaces.Referral
-
Packages that use Referral Package Description com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of Referral in com.sun.identity.policy
Methods in com.sun.identity.policy that return Referral Modifier and Type Method Description ReferralPolicy. getReferral(String referralName)Deprecated.Gets the Referral object identified by name.ReferralReferralTypeManager. getReferral(String referralType)Deprecated.Returns an instance of theReferralgiven the referral type name.ReferralPolicy. removeReferral(String referralName)Deprecated.Removes the referral with the given name.Methods in com.sun.identity.policy with parameters of type Referral Modifier and Type Method Description voidPolicy. addReferral(String name, Referral referral)Deprecated.Adds a new policy referral.StringReferralTypeManager. getReferralTypeName(Referral referral)Deprecated.Returns the type of theReferralimplementation.StringReferralTypeManager. 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.
-