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 forSchemeInformation
objects.- 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 SchemeInformation
buildObject()
SchemeInformation
buildObject(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:
buildObject
in interfaceSAMLObjectBuilder<SchemeInformation>
- Specified by:
buildObject
in classAbstractSAMLObjectBuilder<SchemeInformation>
-
buildObject
public SchemeInformation buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObject
in interfaceXMLObjectBuilder<SchemeInformation>
- Specified by:
buildObject
in classAbstractXMLObjectBuilder<SchemeInformation>
-
-