|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Result
The Result element is a container of
one or more Results issuded by authorization authority.
| Method Summary | |
|---|---|
Decision |
getDecision()
Returns the Decision of this object |
Obligations |
getObligations()
Returns the Obligations of this object |
String |
getResourceId()
Returns the Resourceids 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 Resourceids 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 |
| Method Detail |
|---|
String getResourceId()
Resourceids of this object
Resourceids of this object
void setResourceId(String resourceId)
throws XACMLException
Resourceids of this object
XACMLException - if the object is immutableDecision getDecision()
Decision of this object
Decision of this object
void setDecision(Decision decision)
throws XACMLException
Decision of this object
XACMLException - if the object is immutableStatus getStatus()
Status of this object
Status of this object
void setStatus(Status status)
throws XACMLException
Status of this object
XACMLException - if the object is immutableObligations getObligations()
Obligations of this object
Obligations of this object
void setObligations(Obligations obligations)
throws XACMLException
Obligations of this object
obligations - Obligations to set
XACMLException - if the object is immutable
String toXMLString()
throws XACMLException
XACMLException - if conversion fails for any reason
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 reasonboolean isMutable()
true if the object is mutable,
false otherwisevoid makeImmutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||