Interface SubjectAttributeDesignatorType

All Superinterfaces:
AttributeDesignatorType, ExpressionType, XACMLObject, XMLObject
All Known Implementing Classes:
SubjectAttributeDesignatorTypeImpl

public interface SubjectAttributeDesignatorType extends AttributeDesignatorType
XACML SubjectAttributeDesignator schema type.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Local name of the element Obligation.
      See Also:
    • DEFAULT_ELEMENT_QNAME

      static final QName DEFAULT_ELEMENT_QNAME
      QName of the element Obligation.
    • SCHEMA_TYPE_LOCAL_NAME

      static final String SCHEMA_TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • SCHEMA_TYPE_NAME

      static final QName SCHEMA_TYPE_NAME
      QName of the XSI type.
    • SUBJECT_CATEGORY_ATTRIB_NAME

      static final String SUBJECT_CATEGORY_ATTRIB_NAME
      SubjectCategory attribute name.
      See Also:
  • Method Details

    • getSubjectCategory

      String getSubjectCategory()
      Gets the category of the Subject.
      Returns:
      category of the Subject
    • setSubjectCategory

      void setSubjectCategory(String category)
      Sets the category of the Subject.
      Parameters:
      category - category of the Subject