Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.plugins |
Modifier and Type | Method and Description |
---|---|
Referral |
Referrals.getReferral(String referralName)
Returns the
Referral object associated
with the given referral name. |
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 |
Referrals.removeReferral(Referral referral)
Removes the
Referral object identified by
object's equals method. |
Referral |
Referrals.removeReferral(String referralName)
Removes the
Referral object identified by
the referral name. |
Referral |
Policy.removeReferral(String referralName)
Deprecated.
Removes the referral with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Referrals.addReferral(Referral referral)
Adds a
Referral object to the this instance
of user collection. |
void |
Referrals.addReferral(String referralName,
Referral referral)
Adds a
Referral object to the this instance
of user collection. |
void |
Policy.addReferral(String name,
Referral referral)
Deprecated.
Adds a new policy referral.
|
String |
Referrals.getReferralName(Referral referral)
Returns the name associated with the given referral object.
|
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
|
Referral |
Referrals.removeReferral(Referral referral)
Removes the
Referral object identified by
object's equals method. |
void |
Policy.removeReferral(Referral referral)
Deprecated.
Removes the
Referral object identified by
object's equals method. |
void |
Referrals.replaceReferral(String referralName,
Referral referral)
Replaces an existing referral object having the same name
with the new one.
|
void |
Policy.replaceReferral(String name,
Referral referral)
Deprecated.
Replaces an existing referral with the same name by the
current one.
|
Modifier and Type | Class and Description |
---|---|
class |
OrgReferral
An abstract class to facilitate policy referrals based on
organization
|
class |
PeerOrgReferral
Class to facilitate policy referrals to peer
organizations
|
class |
SubOrgReferral
Class to facilitate policy referrals to sub
organizations sub realms
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.