Class AttributeDesignator

  • All Implemented Interfaces:
    AttributeDesignator

    public class AttributeDesignator
    extends AttributeDesignatorType
    implements AttributeDesignator
    The AttributeDesignator element identifies an attribute name within an attribute namespace. The element is used in an attribute query to request that attribute values within a specific namespace be returned.
    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • AttributeDesignator

        protected AttributeDesignator()
        Default constructor
      • AttributeDesignator

        public AttributeDesignator​(String name,
                                   String nameSpace)
        Constructs an instance of AttributeDesignator.
        Parameters:
        name - the name of the attribute.
        nameSpace - the namespace in which AttributeName elements are interpreted.
        Throws:
        SAMLException - if there is an error in the sender or in the element definition.
    • Method Detail

      • fromElement

        public static AttributeDesignatorType fromElement​(Element element)
                                                   throws SAMLException
        Constructs an attribute designator element from an existing XML block.
        Parameters:
        element - representing a DOM tree element.
        Throws:
        SAMLException - if that there is an error in the sender or in the element definition.