Package | Description |
---|---|
com.sun.identity.entitlement.xacml3 | |
com.sun.identity.entitlement.xacml3.core |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
org.forgerock.openam.xacml.v3 |
Modifier and Type | Method and Description |
---|---|
static Policy |
XACMLPrivilegeUtils.privilegeToPolicy(Privilege privilege) |
static Policy |
XACMLPrivilegeUtils.referralToPolicy(ReferralPrivilege privilege) |
static Policy |
XACMLPrivilegeUtils.referralToPolicyInternal(ReferralPrivilege privilege) |
Modifier and Type | Method and Description |
---|---|
static Set<Policy> |
XACMLPrivilegeUtils.getPoliciesFromPolicySet(PolicySet policySet) |
Modifier and Type | Method and Description |
---|---|
static PolicySet |
XACMLPrivilegeUtils.addPolicyToPolicySet(Policy policy,
PolicySet policySet) |
static Map<String,Boolean> |
XACMLPrivilegeUtils.getActionValuesFromPolicy(Policy policy)
Gets the action values from the policy.
|
static String |
XACMLPrivilegeUtils.getApplicationNameFromPolicy(Policy policy)
Gets the name of the application to which this policy belongs.
|
static EntitlementCondition |
XACMLPrivilegeUtils.getEntitlementConditionFromPolicy(Policy policy)
Constructs EntitlementCondition from the policy.
|
static EntitlementSubject |
XACMLPrivilegeUtils.getEntitlementSubjectFromPolicy(Policy policy)
Constructs EntitlementSubject from policy.
|
static Set<String> |
XACMLPrivilegeUtils.getResourceNamesFromPolicy(Policy policy)
Gets the resource names from the policy.
|
static String |
XACMLPrivilegeUtils.getVariableById(Policy policy,
String id) |
static boolean |
XACMLPrivilegeUtils.isReferralPolicy(Policy policy) |
static Privilege |
XACMLPrivilegeUtils.policyToPrivilege(Policy policy) |
static ReferralPrivilege |
XACMLPrivilegeUtils.policyToReferral(Policy policy) |
static String |
XACMLPrivilegeUtils.toXML(Policy policy) |
Modifier and Type | Method and Description |
---|---|
Policy |
ObjectFactory.createPolicy()
Create an instance of
Policy |
Modifier and Type | Method and Description |
---|---|
JAXBElement<Policy> |
ObjectFactory.createPolicy(Policy value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Policy> |
ObjectFactory.createPolicy(Policy value)
|
Modifier and Type | Method and Description |
---|---|
static String |
XACMLApplicationUtils.getApplicationNameFromPolicy(Policy policy)
Gets application name from the policy.
|
static Application |
XACMLApplicationUtils.policyToApplication(Policy policy)
Creates an Application instance from the attributes of the Policy instance.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.