Class RequestedAttributeBuilder

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

    public class RequestedAttributeBuilder
    extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<RequestedAttribute>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RequestedAttribute buildObject()  
      RequestedAttribute 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

      • RequestedAttributeBuilder

        public RequestedAttributeBuilder()
    • Method Detail

      • buildObject

        @Nonnull
        public RequestedAttribute buildObject()
        Specified by:
        buildObject in interface org.opensaml.saml.common.SAMLObjectBuilder<RequestedAttribute>
        Specified by:
        buildObject in class org.opensaml.saml.common.AbstractSAMLObjectBuilder<RequestedAttribute>
      • buildObject

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