Class AttributeDesignatorTypeImplBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.policy.AttributeDesignatorType>, org.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.policy.AttributeDesignatorType>

    public class AttributeDesignatorTypeImplBuilder
    extends AbstractXACMLObjectBuilder<org.opensaml.xacml.policy.AttributeDesignatorType>
    Builder for AttributeDesignatorType.
    • Constructor Detail

      • AttributeDesignatorTypeImplBuilder

        public AttributeDesignatorTypeImplBuilder()
    • Method Detail

      • buildObject

        public org.opensaml.xacml.policy.AttributeDesignatorType buildObject​(String namespaceURI,
                                                                             String localName,
                                                                             String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.policy.AttributeDesignatorType>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xacml.policy.AttributeDesignatorType>
      • buildObject

        public org.opensaml.xacml.policy.AttributeDesignatorType buildObject()
        Builds a XACMLObject using the default name and namespace information provided XACML specifications.
        Specified by:
        buildObject in interface org.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.policy.AttributeDesignatorType>
        Specified by:
        buildObject in class AbstractXACMLObjectBuilder<org.opensaml.xacml.policy.AttributeDesignatorType>
        Returns:
        built XACMLObject