Class SubjectAttributeDesignatorTypeImpl

All Implemented Interfaces:
XMLObject, AttributeDesignatorType, ExpressionType, SubjectAttributeDesignatorType, XACMLObject

public class SubjectAttributeDesignatorTypeImpl extends AttributeDesignatorTypeImpl implements SubjectAttributeDesignatorType
  • Field Details

    • subjectCategory

      private String subjectCategory
      Subject category.
  • Constructor Details

    • 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 Details