Class RequestedAttributesBuilder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RequestedAttributes buildObject()  
      RequestedAttributes buildObject​(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)  
      • Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject
    • Constructor Detail

      • RequestedAttributesBuilder

        public RequestedAttributesBuilder()
    • Method Detail

      • buildObject

        @Nonnull
        public RequestedAttributes buildObject​(@Nullable
                                               java.lang.String namespaceURI,
                                               @Nonnull @NotEmpty
                                               java.lang.String localName,
                                               @Nullable
                                               java.lang.String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<RequestedAttributes>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<RequestedAttributes>