public interface Response
Response
element is a container of
one or more Result
s issued by policy decision pointModifier and Type | Method and Description |
---|---|
void |
addResult(Result result)
Adds a
Result to this object |
List |
getResults()
Returns the
Result s of this object |
boolean |
isMutable()
Checks if the object is mutable
|
void |
makeImmutable()
Makes the object immutable
|
void |
setResults(List results)
Sets the
Result s of this object |
String |
toXMLString()
Returns a string representation of this object
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a string representation of this object
|
List getResults()
Result
s of this objectResult
s of this objectvoid addResult(Result result) throws XACMLException
Result
to this objectresult
- the Result
to addXACMLException
- if the object is immutablevoid setResults(List results) throws XACMLException
Result
s of this objectresults
- the Result
s of this objectXACMLException
- 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.