Class AttributeValueBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.saml1.core.AttributeValue>, org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml1.core.AttributeValue>

    public class AttributeValueBuilder
    extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml1.core.AttributeValue>
    Builder for AttributeValue objects.
    • Constructor Detail

      • AttributeValueBuilder

        public AttributeValueBuilder()
    • Method Detail

      • buildObject

        public org.opensaml.saml.saml1.core.AttributeValue buildObject()
        Specified by:
        buildObject in interface org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml1.core.AttributeValue>
        Specified by:
        buildObject in class org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml1.core.AttributeValue>
      • buildObject

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