Class ScopeBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<Scope>
se.swedenconnect.opensaml.saml2.metadata.scope.impl.ScopeBuilder
- All Implemented Interfaces:
XMLObjectBuilder<Scope>
Builder for
Scope
elements.- Author:
- Martin Lindström (martin@idsec.se)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds aScope
element with the default namespace prefix and element name.buildObject
(String namespaceURI, String localName, String namespacePrefix) Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Constructor Details
-
Method Details
-
buildObject
@Nonnull public Scope buildObject(String namespaceURI, @Nonnull String localName, String namespacePrefix) - Specified by:
buildObject
in interfaceXMLObjectBuilder<Scope>
- Specified by:
buildObject
in classAbstractXMLObjectBuilder<Scope>
-
buildObject
Builds aScope
element with the default namespace prefix and element name.- Returns:
- a Scope object
-