Package | Description |
---|---|
com.sun.identity.entitlement |
Defines classes and interfaces to work with entitlements.
|
com.sun.identity.entitlement.opensso | |
com.sun.identity.entitlement.xacml3 | |
com.sun.identity.entitlement.xacml3.validation |
A package to contain various validation based logic and utility classes for the
Privilege framework.
|
org.forgerock.openam.entitlement.rest.wrappers |
Modifier and Type | Method and Description |
---|---|
static ReferralPrivilege |
ReferralPrivilege.getInstance(org.json.JSONObject jo)
Deprecated.
|
abstract ReferralPrivilege |
PolicyDataStore.getReferral(Subject adminSubject,
String realm,
String name)
Returns referral privilege object.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PolicyDataStore.addReferral(Subject subject,
String realm,
ReferralPrivilege referral)
Adds a referral privilege.
|
abstract boolean |
ApplicationPrivilegeManager.hasPrivilege(ReferralPrivilege p,
ApplicationPrivilege.Action action)
Returns
true if the subject has permission to a
referral privilege of a given action. |
abstract void |
PolicyDataStore.removeReferral(Subject subject,
String realm,
ReferralPrivilege referral) |
Modifier and Type | Method and Description |
---|---|
ReferralPrivilege |
OpenSSOPolicyDataStore.getReferral(Subject adminSubject,
String realm,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<ReferralPrivilege> |
DataStore.searchReferral(SSOToken adminToken,
String realm,
BufferedIterator iterator,
ResourceSearchIndexes indexes,
boolean bSubTree,
Set<String> excludeDNs)
Returns a set of referral privilege that satifies the resource and
subject indexes.
|
Set<ReferralPrivilege> |
DataStore.searchReferrals(SSOToken adminToken,
String realm,
String filter) |
Modifier and Type | Method and Description |
---|---|
String |
DataStore.addReferral(Subject adminSubject,
String realm,
ReferralPrivilege referral)
Adds a referral.
|
void |
OpenSSOPolicyDataStore.addReferral(Subject subject,
String realm,
ReferralPrivilege referral) |
boolean |
OpenSSOApplicationPrivilegeManager.hasPrivilege(ReferralPrivilege p,
ApplicationPrivilege.Action action) |
static Policy |
PrivilegeUtils.referralPrivilegeToPolicy(String realm,
ReferralPrivilege referralPrivilege) |
void |
OpenSSOPolicyDataStore.removeReferral(Subject subject,
String realm,
ReferralPrivilege referral) |
Modifier and Type | Method and Description |
---|---|
static ReferralPrivilege |
XACMLPrivilegeUtils.policyToReferral(Policy policy) |
Modifier and Type | Method and Description |
---|---|
List<ReferralPrivilege> |
PrivilegeSet.getReferralPrivileges()
Obtain list of ReferralPrivilege objects held by this class.
|
Modifier and Type | Method and Description |
---|---|
void |
PrivilegeSet.addReferralPrivilege(ReferralPrivilege referralPrivilege)
Adds referralPrivilege to this set.
|
static Policy |
XACMLPrivilegeUtils.referralToPolicy(ReferralPrivilege privilege) |
static Policy |
XACMLPrivilegeUtils.referralToPolicyInternal(ReferralPrivilege privilege) |
Modifier and Type | Method and Description |
---|---|
void |
PrivilegeValidator.validateReferralPrivilege(ReferralPrivilege referralPrivilege)
Apply validation logic to a
ReferralPrivilege . |
Modifier and Type | Method and Description |
---|---|
ReferralPrivilege |
ReferralWrapper.getReferral() |
Constructor and Description |
---|
ReferralWrapper(ReferralPrivilege referralPrivilege) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.