Class ScopeBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<Scope>
net.shibboleth.idp.saml.xmlobject.impl.ScopeBuilder
- All Implemented Interfaces:
XMLObjectBuilder<Scope>
Builder of
Scope
objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuild a Scope 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
-
buildObject
- Specified by:
buildObject
in interfaceXMLObjectBuilder<Scope>
- Specified by:
buildObject
in classAbstractXMLObjectBuilder<Scope>
-
buildObject
Build a Scope element with the default namespace prefix and element name.- Returns:
- a new instance of
Scope
-