Package | Description |
---|---|
com.sun.identity.entitlement.xacml3 | |
com.sun.identity.entitlement.xacml3.core |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
|
Modifier and Type | Method and Description |
---|---|
static PolicySet |
XACMLPrivilegeUtils.addPolicyToPolicySet(Policy policy,
PolicySet policySet) |
PolicySet |
XACMLExportImport.exportXACML(String realm,
Subject admin,
List<String> filters)
Performs an export of all Policies found in the Privilege Manager that match the
provided filters.
|
static PolicySet |
XACMLPrivilegeUtils.newPolicySet(String realm) |
static PolicySet |
XACMLPrivilegeUtils.privilegesToPolicySet(String realm,
Collection<Privilege> privileges) |
static PolicySet |
XACMLPrivilegeUtils.streamToPolicySet(InputStream stream) |
PolicySet |
XACMLReaderWriter.toXACML(String realm,
PrivilegeSet privilegeSet)
Translate provided OpenAM Privilege and ReferralPrivilege objects into XACML PolicySet.
|
Modifier and Type | Method and Description |
---|---|
static PolicySet |
XACMLPrivilegeUtils.addPolicyToPolicySet(Policy policy,
PolicySet policySet) |
PrivilegeSet |
XACMLReaderWriter.fromXACML(PolicySet policySet)
Translate provided XACML PolicySet into OpenAM Privileges, ReferralPrivileges, Applications and ResourceTypes.
|
static Set<Policy> |
XACMLPrivilegeUtils.getPoliciesFromPolicySet(PolicySet policySet) |
static Set<Privilege> |
XACMLPrivilegeUtils.policySetToPrivileges(PolicySet policySet) |
static String |
XACMLPrivilegeUtils.toXML(PolicySet policySet) |
static void |
XACMLPrivilegeUtils.writeXMLToStream(PolicySet policySet,
OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
PolicySet |
ObjectFactory.createPolicySet()
Create an instance of
PolicySet |
Modifier and Type | Method and Description |
---|---|
JAXBElement<PolicySet> |
ObjectFactory.createPolicySet(PolicySet value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<PolicySet> |
ObjectFactory.createPolicySet(PolicySet value)
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.