Class AttributeSelectorTypeImplBuilder

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

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

      • AttributeSelectorTypeImplBuilder

        public AttributeSelectorTypeImplBuilder()
    • Method Detail

      • buildObject

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

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