Package | Description |
---|---|
com.sun.identity.entitlement.opensso | |
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
static Policy |
PrivilegeUtils.privilegeToPolicy(String realm,
Privilege privilege) |
static Policy |
PrivilegeUtils.referralPrivilegeToPolicy(String realm,
ReferralPrivilege referralPrivilege) |
Modifier and Type | Method and Description |
---|---|
static void |
PrivilegeUtils.policyToPrivileges(Policy policy,
Set<IPrivilege> privileges) |
Modifier and Type | Method and Description |
---|---|
Policy |
PolicyManager.getPolicy(String policyName)
Deprecated.
Gets the policy object given the name of the policy.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyManager.addPolicy(Policy policy)
Deprecated.
Adds a policy to the data store.
|
void |
PolicyManager.replacePolicy(Policy policy)
Deprecated.
Replaces a policy object in the data store with the same policy name
|
void |
PolicyCache.sendPolicyChangeNotification(Policy oldPolicy,
Policy newPolicy,
int changeType) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.