OpenSAML-J 2.4.1-redhat-3

org.opensaml.xacml.policy.impl
Class SubjectAttributeDesignatorTypeImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xacml.impl.AbstractXACMLObject
              extended by org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
                  extended by org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
All Implemented Interfaces:
AttributeDesignatorType, ExpressionType, SubjectAttributeDesignatorType, XACMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject

public class SubjectAttributeDesignatorTypeImpl
extends AttributeDesignatorTypeImpl
implements SubjectAttributeDesignatorType

Implementation of SubjectAttributeDesignatorType.


Field Summary
 
Fields inherited from interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_QNAME, SCHEMA_TYPE_LOCAL_NAME, SCHEMA_TYPE_NAME, SUBJECT_CATEGORY_ATTRIB_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
 
Constructor Summary
protected SubjectAttributeDesignatorTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 List<org.opensaml.xml.XMLObject> getOrderedChildren()
          
 String getSubjectCategory()
          Gets the category of the Subject.
 void setSubjectCategory(String category)
          Sets the category of the Subject.
 
Methods inherited from class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
getAttributeId, getDataType, getIssuer, getMustBePresent, getMustBePresentXSBoolean, setAttribtueId, setDataType, setIssuer, setMustBePresent, setMustBePresentXSBoolean
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

SubjectAttributeDesignatorTypeImpl

protected SubjectAttributeDesignatorTypeImpl(String namespaceURI,
                                             String elementLocalName,
                                             String namespacePrefix)
Constructor.

Parameters:
namespaceURI - the namespace the element is in
elementLocalName - the local name of the XML element this Object represents
namespacePrefix - the prefix for the given namespace
Method Detail

getSubjectCategory

public String getSubjectCategory()
Gets the category of the Subject.

Specified by:
getSubjectCategory in interface SubjectAttributeDesignatorType
Returns:
category of the Subject

setSubjectCategory

public void setSubjectCategory(String category)
Sets the category of the Subject.

Specified by:
setSubjectCategory in interface SubjectAttributeDesignatorType
Parameters:
category - category of the Subject

getOrderedChildren

public List<org.opensaml.xml.XMLObject> getOrderedChildren()

Specified by:
getOrderedChildren in interface org.opensaml.xml.XMLObject
Overrides:
getOrderedChildren in class AttributeDesignatorTypeImpl

OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.