Class AssertionConsumerServiceBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<AssertionConsumerService>
-
- org.opensaml.saml.saml2.metadata.impl.AssertionConsumerServiceBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<AssertionConsumerService>,SAMLObjectBuilder<AssertionConsumerService>
public class AssertionConsumerServiceBuilder extends AbstractSAMLObjectBuilder<AssertionConsumerService>
Builder forAssertionConsumerServiceImplobjects.
-
-
Constructor Summary
Constructors Constructor Description AssertionConsumerServiceBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssertionConsumerServicebuildObject()AssertionConsumerServicebuildObject(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 AssertionConsumerService buildObject()
- Specified by:
buildObjectin interfaceSAMLObjectBuilder<AssertionConsumerService>- Specified by:
buildObjectin classAbstractSAMLObjectBuilder<AssertionConsumerService>
-
buildObject
public AssertionConsumerService buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<AssertionConsumerService>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<AssertionConsumerService>
-
-