Class SchemeInformationBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<SchemeInformation>
-
- se.litsec.eidas.opensaml.metadata.impl.SchemeInformationBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<SchemeInformation>,SAMLObjectBuilder<SchemeInformation>
public class SchemeInformationBuilder extends AbstractSAMLObjectBuilder<SchemeInformation>
Builder forSchemeInformationobjects.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description SchemeInformationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemeInformationbuildObject()SchemeInformationbuildObject(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 SchemeInformation buildObject()
- Specified by:
buildObjectin interfaceSAMLObjectBuilder<SchemeInformation>- Specified by:
buildObjectin classAbstractSAMLObjectBuilder<SchemeInformation>
-
buildObject
public SchemeInformation buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<SchemeInformation>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<SchemeInformation>
-
-