Class AttributeTypeImplBuilder

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

    public class AttributeTypeImplBuilder
    extends AbstractXACMLObjectBuilder<org.opensaml.xacml.ctx.AttributeType>
    Builder for AttributeType objects.
    • Constructor Detail

      • AttributeTypeImplBuilder

        public AttributeTypeImplBuilder()
        Constructor.
    • Method Detail

      • buildObject

        public org.opensaml.xacml.ctx.AttributeType 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.ctx.AttributeType>
        Specified by:
        buildObject in class AbstractXACMLObjectBuilder<org.opensaml.xacml.ctx.AttributeType>
        Returns:
        built XACMLObject
      • buildObject

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