org.opensaml.xacml.policy.impl
Class SubjectAttributeDesignatorTypeImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xacml.impl.AbstractXACMLObject
org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
- All Implemented Interfaces:
- AttributeDesignatorType, ExpressionType, SubjectAttributeDesignatorType, XACMLObject, ValidatingXMLObject, XMLObject
public class SubjectAttributeDesignatorTypeImpl
- extends AttributeDesignatorTypeImpl
- implements SubjectAttributeDesignatorType
Implementation of SubjectAttributeDesignatorType.
| 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 |
| 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.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 |
subjectCategory
private String subjectCategory
- Subject category.
SubjectAttributeDesignatorTypeImpl
protected SubjectAttributeDesignatorTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
- Constructor.
- Parameters:
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace
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<XMLObject> getOrderedChildren()
-
- Specified by:
getOrderedChildren in interface XMLObject- Overrides:
getOrderedChildren in class AttributeDesignatorTypeImpl
Copyright © 1999-2013. All Rights Reserved.