Class AttributeStatementBuilder

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

    public class AttributeStatementBuilder
    extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.core.AttributeStatement>
    Builder for AttributeStatementImpl objects.
    • Constructor Detail

      • AttributeStatementBuilder

        public AttributeStatementBuilder()
        Constructor.
    • Method Detail

      • buildObject

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

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