Class VerifiedBuilder

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

    public class VerifiedBuilder
    extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<Verified>
    • Constructor Summary

      Constructors 
      Constructor Description
      VerifiedBuilder()  
    • Method Summary

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

      • VerifiedBuilder

        public VerifiedBuilder()
    • Method Detail

      • buildObject

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

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