public interface Result
Result
element is a container of
one or more Result
s issuded by authorization authority.Modifier and Type | Method and Description |
---|---|
Decision |
getDecision()
Returns the
Decision of this object |
Obligations |
getObligations()
Returns the
Obligations of this object |
String |
getResourceId()
Returns the
Resourceid s of this object |
Status |
getStatus()
Returns the
Status of this object |
boolean |
isMutable()
Checks if the object is mutable
|
void |
makeImmutable()
Makes the object immutable
|
void |
setDecision(Decision decision)
Sets the
Decision of this object |
void |
setObligations(Obligations obligations)
Sets the
Obligations of this object |
void |
setResourceId(String resourceId)
Sets the
Resourceid s of this object |
void |
setStatus(Status status)
Sets the
Status of this object |
String |
toXMLString()
Returns a string representation
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a string representation
|
String getResourceId()
Resourceid
s of this objectResourceid
s of this objectvoid setResourceId(String resourceId) throws XACMLException
Resourceid
s of this objectXACMLException
- if the object is immutableDecision getDecision()
Decision
of this objectDecision
of this objectvoid setDecision(Decision decision) throws XACMLException
Decision
of this objectXACMLException
- if the object is immutableStatus getStatus()
Status
of this objectStatus
of this objectvoid setStatus(Status status) throws XACMLException
Status
of this objectXACMLException
- if the object is immutableObligations getObligations()
Obligations
of this objectObligations
of this objectvoid setObligations(Obligations obligations) throws XACMLException
Obligations
of this objectobligations
- Obligations
to setXACMLException
- if the object is immutableString toXMLString() throws XACMLException
XACMLException
- if conversion fails for any reasonString 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 reasonboolean isMutable()
true
if the object is mutable,
false
otherwisevoid makeImmutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.