public interface Obligations
Obligations
element is a container of
one or more Obligation
s issuded by
authorization authority.Modifier and Type | Method and Description |
---|---|
void |
addObligation(Obligation obligation) |
List |
getObligations()
Returns the
Obligation objects set in this
Obligations |
boolean |
isMutable()
Checks if this object is mutable
|
void |
makeImmutable()
Makes this object immutable
|
void |
setObligations(List obligations)
Sets the
Obligation objects of this
Obligations |
String |
toXMLString()
Returns a string representation of this object
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a string representation of this object
|
List getObligations()
Obligation
objects set in this
Obligations
Obligation
objects set in this
Obligations
void setObligations(List obligations) throws XACMLException
Obligation
objects of this
Obligations
obligations
- the Obligation
objects to set in this
Obligations
XACMLException
void addObligation(Obligation obligation) throws XACMLException
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.