Class ApplicationTypeBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<ApplicationType>
-
- net.shibboleth.oidc.saml.xmlobject.impl.ApplicationTypeBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<ApplicationType>,SAMLObjectBuilder<ApplicationType>
public class ApplicationTypeBuilder extends AbstractSAMLObjectBuilder<ApplicationType>
Builder ofApplicationTypeImpl.
-
-
Constructor Summary
Constructors Constructor Description ApplicationTypeBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationTypebuildObject()ApplicationTypebuildObject(String namespaceURI, String localName, 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
-
-
-
-
Method Detail
-
buildObject
public ApplicationType buildObject()
- Specified by:
buildObjectin interfaceSAMLObjectBuilder<ApplicationType>- Specified by:
buildObjectin classAbstractSAMLObjectBuilder<ApplicationType>
-
buildObject
public ApplicationType buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<ApplicationType>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<ApplicationType>
-
-