org.opensaml.xacml.policy
Interface ObligationType

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

public interface ObligationType
extends XACMLObject

XACML Obligation schema type.


Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Local name of the element Obligation.
static javax.xml.namespace.QName DEFAULT_ELEMENT_QNAME
          QName of the element Obligation.
static java.lang.String FULFILL_ON_ATTRIB_NAME
          FulfillOn attribute name.
static java.lang.String OBLIGATION_ID_ATTRIB_NAME
          ObligationId attribute name.
static java.lang.String SCHEMA_TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName SCHEMA_TYPE_NAME
          QName of the XSI type.
 
Method Summary
 java.util.List<AttributeAssignmentType> getAttributeAssignments()
          Gets the attribute assignments for this obligation.
 EffectType getFulfillOn()
          Gets the fulfill on effect.
 java.lang.String getObligationId()
          Gets the ID of this obligation.
 void setFulfillOn(EffectType type)
          Sets fulfill on effect.
 void setObligationId(java.lang.String id)
          Sets the ID of this obligation.
 
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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element Obligation.

See Also:
Constant Field Values

DEFAULT_ELEMENT_QNAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_QNAME
QName of the element Obligation.


SCHEMA_TYPE_LOCAL_NAME

static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

SCHEMA_TYPE_NAME

static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
QName of the XSI type.


OBLIGATION_ID_ATTRIB_NAME

static final java.lang.String OBLIGATION_ID_ATTRIB_NAME
ObligationId attribute name.

See Also:
Constant Field Values

FULFILL_ON_ATTRIB_NAME

static final java.lang.String FULFILL_ON_ATTRIB_NAME
FulfillOn attribute name.

See Also:
Constant Field Values
Method Detail

getAttributeAssignments

java.util.List<AttributeAssignmentType> getAttributeAssignments()
Gets the attribute assignments for this obligation.

Returns:
attribute assignments for this obligation

getObligationId

java.lang.String getObligationId()
Gets the ID of this obligation.

Returns:
ID of this obligation

setObligationId

void setObligationId(java.lang.String id)
Sets the ID of this obligation.

Parameters:
id - ID of this obligation

getFulfillOn

EffectType getFulfillOn()
Gets the fulfill on effect.

Returns:
fulfill on effect

setFulfillOn

void setFulfillOn(EffectType type)
Sets fulfill on effect.

Parameters:
type - fulfill on effect


Copyright © 2006-2012 Internet2. All Rights Reserved.