Class ScopeBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<Scope>
se.swedenconnect.opensaml.saml2.metadata.scope.impl.ScopeBuilder
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<Scope>
Builder for
Scope
elements.- Author:
- Martin Lindström (martin@idsec.se)
-
Constructor Summary
-
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
-
ScopeBuilder
public ScopeBuilder()
-
-
Method Details