Package | Description |
---|---|
com.sun.identity.xacml.policy |
Defines XACML Policy classes.
|
com.sun.identity.xacml.policy.impl |
Defines XACML Policy implementations.
|
Modifier and Type | Method and Description |
---|---|
Obligation |
PolicyFactory.createObligation()
Returns a new instance of
Obligation . |
Obligation |
PolicyFactory.createObligation(Element elem)
Returns a new instance of
Obligation . |
Obligation |
PolicyFactory.createObligation(String xml)
Returns a new instance of
Obligation
The return object is immutable. |
Modifier and Type | Method and Description |
---|---|
void |
Obligations.addObligation(Obligation obligation) |
Modifier and Type | Class and Description |
---|---|
class |
ObligationImpl
The
Obligation element is a container of
one or more AttributeAssignment s issuded by
authorization authority. |
Modifier and Type | Method and Description |
---|---|
void |
ObligationsImpl.addObligation(Obligation obligation)
Adds an
Obligation to this object. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.