Package | Description |
---|---|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.context.impl |
Defines XACML Context implementations.
|
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 |
---|---|
Obligations |
Result.getObligations()
Returns the
Obligations of this object |
Modifier and Type | Method and Description |
---|---|
void |
Result.setObligations(Obligations obligations)
Sets the
Obligations of this object |
Modifier and Type | Method and Description |
---|---|
Obligations |
ResultImpl.getObligations()
Returns the
Obligations of this object |
Modifier and Type | Method and Description |
---|---|
void |
ResultImpl.setObligations(Obligations obligations)
Sets the
Obligations of this object |
Modifier and Type | Method and Description |
---|---|
Obligations |
PolicyFactory.createObligations()
Returns a new instance of
Obligations . |
Obligations |
PolicyFactory.createObligations(Element elem)
Returns a new instance of
Obligations . |
Obligations |
PolicyFactory.createObligations(String xml)
Returns a new instance of
Obligations
The return object is immutable. |
Modifier and Type | Class and Description |
---|---|
class |
ObligationsImpl
The
Obligations element is a container of
one or more Obligation s issuded by
authorization authority. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.