public interface Obligation
Obligation
element is a container of
one or more AttributeAssignment
s issuded by
authorization authority.Modifier and Type | Method and Description |
---|---|
List |
getAttributeAssignments()
Returns XML elements corresponding to
AttributeAssignment elements for this obligation. |
String |
getFulfillOn()
Returns the FullFillOn effect type of this obligation
|
URI |
getObligationId()
Returns the ObligationId of this
Obligation |
boolean |
isMutable()
Checks if this object is mutable
|
void |
makeImmutable()
Makes this object immutable
|
void |
setAttributeAssignments(List attributeAssignments)
Sets XML elements corresponding to
AttributeAssignment elements for this obligation. |
void |
setFulfillOn(String fulfillOn)
Sets the FullFillOn effect type of this obligation
|
void |
setObligationId(URI obligationId)
Sets the ObligationId of the
Obligation |
String |
toXMLString()
Returns a string representation of this object
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a string representation of this object
|
URI getObligationId()
Obligation
URI
representing ObligationId of this
Obligation
void setObligationId(URI obligationId) throws XACMLException
Obligation
obligationId
- URI
representing the ObligationId.XACMLException
- if the object is immutableString getFulfillOn()
void setFulfillOn(String fulfillOn) throws XACMLException
fulfillOn
- FullFillOn effect type of this obligationXACMLException
List getAttributeAssignments()
AttributeAssignment
elements for this obligation.AttributeAssignment
elements for this obligation.void setAttributeAssignments(List attributeAssignments) throws XACMLException
AttributeAssignment
elements for this obligation.attributeAssignments
- XML elements corresponding to
AttributeAssignment
elements for this obligation.XACMLException
String toXMLString(boolean includeNSPrefix, boolean declareNS) throws XACMLException
includeNSPrefix
- Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.XACMLException
- if conversion fails for any reasonString toXMLString() throws XACMLException
XACMLException
- if conversion fails for any reasonvoid makeImmutable()
boolean isMutable()
true
if the object is mutable,
false
otherwiseCopyright © 2010-2018, ForgeRock All Rights Reserved.