Class AttributeAssignmentTypeImplBuilder

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

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

      • AttributeAssignmentTypeImplBuilder

        public AttributeAssignmentTypeImplBuilder()
    • Method Detail

      • buildObject

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

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