org.opensaml.xacml.ctx
Interface ResultType

All Superinterfaces:
org.opensaml.xml.validation.ValidatingXMLObject, XACMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
ResultTypeImpl

public interface ResultType
extends XACMLObject

XACML context Result schema type.


Field Summary
static String DEFAULT_ELEMENT_LOCAL_NAME
          Local name of the element.
static QName DEFAULT_ELEMENT_NAME
          Default element name.
static String RESOURCE_ID_ATTTRIB_NAME
          ResourceId attribute name.
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 DecisionType getDecision()
          Returns the decision in the result.
 ObligationsType getObligations()
          Returns the list of Obligations in the result.
 String getResourceId()
          Gets the ResourceId of the result.
 StatusType getStatus()
          Returns the status in the result.
 void setDecision(DecisionType newDecision)
          Sets the decision in the result.
 void setObligations(ObligationsType obligations)
          Sets the obligations for this result.
 void setResourceId(String resourceId)
          Sets the ResourceId.
 void setStatus(StatusType status)
          Sets the result status.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final String DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.


RESOURCE_ID_ATTTRIB_NAME

static final String RESOURCE_ID_ATTTRIB_NAME
ResourceId attribute name.

See Also:
Constant Field Values
Method Detail

getDecision

DecisionType getDecision()
Returns the decision in the result.

Returns:
XACMLDecision the decision in the result

getObligations

ObligationsType getObligations()
Returns the list of Obligations in the result.

Returns:
the list of Obligations in the result

setObligations

void setObligations(ObligationsType obligations)
Sets the obligations for this result.

Parameters:
obligations - obligations for this result

getResourceId

String getResourceId()
Gets the ResourceId of the result.

Returns:
The ResourceId of the subject

getStatus

StatusType getStatus()
Returns the status in the result.

Returns:
the status in the result

setStatus

void setStatus(StatusType status)
Sets the result status.

Parameters:
status - result status

setDecision

void setDecision(DecisionType newDecision)
Sets the decision in the result.

Parameters:
newDecision - The decision in the result

setResourceId

void setResourceId(String resourceId)
Sets the ResourceId.

Parameters:
resourceId - is the ResourceId


Copyright © 2006-2013 Internet2. All Rights Reserved.