Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
Referral |
ReferralTypeManager.getReferral(String referralType)
Deprecated.
Returns an instance of the
Referral
given the referral type name. |
Referral |
Policy.getReferral(String referralName)
Deprecated.
Gets the Referral object identified by name.
|
Referral |
Policy.removeReferral(String referralName)
Deprecated.
Removes the referral with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Policy.addReferral(String name,
Referral referral)
Deprecated.
Adds a new policy referral.
|
String |
ReferralTypeManager.getReferralTypeName(Referral referral)
Deprecated.
Returns the type of the
Referral implementation. |
String |
ReferralTypeManager.getViewBeanURL(Referral referral)
Deprecated.
Gets the view bean URL given the Referral
|
void |
Policy.removeReferral(Referral referral)
Deprecated.
Removes the
Referral object identified by
object's equals method. |
void |
Policy.replaceReferral(String name,
Referral referral)
Deprecated.
Replaces an existing referral with the same name by the
current one.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.