org.opensaml.xacml.policy
Interface SubjectAttributeDesignatorType

All Superinterfaces:
AttributeDesignatorType, ExpressionType, org.opensaml.xml.validation.ValidatingXMLObject, XACMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
SubjectAttributeDesignatorTypeImpl

public interface SubjectAttributeDesignatorType
extends AttributeDesignatorType

XACML SubjectAttributeDesignator 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 SCHEMA_TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName SCHEMA_TYPE_NAME
          QName of the XSI type.
static java.lang.String SUBJECT_CATEGORY_ATTRIB_NAME
          SubjectCategory attribute name.
 
Fields inherited from interface org.opensaml.xacml.policy.AttributeDesignatorType
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME, ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME, ATTRIBUTE_ID_ATTRIB_NAME, DATA_TYPE_ATTRIB_NAME, ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME, ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME, ISSUER_ATTRIB_NAME, MUST_BE_PRESENT_ATTRIB_NAME, RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME, RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME, SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME, SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME
 
Fields inherited from interface org.opensaml.xacml.policy.ExpressionType
DEFAULT_ELEMENT_NAME_XACML20
 
Method Summary
 java.lang.String getSubjectCategory()
          Gets the category of the Subject.
 void setSubjectCategory(java.lang.String category)
          Sets the category of the Subject.
 
Methods inherited from interface org.opensaml.xacml.policy.AttributeDesignatorType
getAttributeId, getDataType, getIssuer, getMustBePresent, getMustBePresentXSBoolean, setAttribtueId, setDataType, setIssuer, setMustBePresent, setMustBePresentXSBoolean
 
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.


SUBJECT_CATEGORY_ATTRIB_NAME

static final java.lang.String SUBJECT_CATEGORY_ATTRIB_NAME
SubjectCategory attribute name.

See Also:
Constant Field Values
Method Detail

getSubjectCategory

java.lang.String getSubjectCategory()
Gets the category of the Subject.

Returns:
category of the Subject

setSubjectCategory

void setSubjectCategory(java.lang.String category)
Sets the category of the Subject.

Parameters:
category - category of the Subject


Copyright © 2006-2011 Internet2. All Rights Reserved.