|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzResult
Method Summary | |
---|---|
AzDecision |
getAzDecision()
Returns a value drawn from the AzDecision type. |
AzObligations |
getAzObligations()
Returns the AzObligations object, which can contain 0 or more AzObligations (AzEntity |
AzResourceActionAssociation |
getAzResourceActionAssociation()
A convenience method to return the combined AzResource, AzAction object references (AzResourceActionAssociation) for this AzResult. |
AzStatusCode |
getAzStatusCode()
Returns one of the Enum OK, MISSINGATTRIBUTE or ERROR belonging to type AzStatusCode |
AzEntity<AzCategoryIdStatusDetail> |
getAzStatusDetail()
May be used to return an arbitrary object from the PDP. |
java.lang.String |
getResourceId()
Returns the optional XACML ResourceId attribute. |
java.lang.String |
getStatusMessage()
Returns an informational string message, if provided by the PDP. |
Method Detail |
---|
AzDecision getAzDecision()
AzStatusCode getAzStatusCode()
AzStatusCode
java.lang.String getStatusMessage()
AzEntity<AzCategoryIdStatusDetail> getAzStatusDetail()
AzObligations getAzObligations()
java.lang.String getResourceId()
AzXacmlStrings.X_ATTR_RESOURCE_ID
, if present,
that may be returned by the PDP in the XACML Result element.
The ResourceId is intended to identify the resource about
which the authorization decision is made.
If not present, then it is assumed the decision refers to the resource-id specified in the Request.
AzResourceActionAssociation getAzResourceActionAssociation()
AzResourceActionAssociation.equals(org.example.azapi.AzResourceActionAssociation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |