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 Referral
Policy. getReferral(String referralName)
Deprecated.Gets the Referral object identified by name.Referral
ReferralTypeManager. getReferral(String referralType)
Deprecated.Returns an instance of theReferral
given the referral type name.Referral
Policy. 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 void
Policy. addReferral(String name, Referral referral)
Deprecated.Adds a new policy referral.String
ReferralTypeManager. getReferralTypeName(Referral referral)
Deprecated.Returns the type of theReferral
implementation.String
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.
-