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
@Nonnull public Scope buildObject(@Nullable String namespaceURI, @Nonnull String localName, @Nullable String namespacePrefix) - Specified by:
buildObjectin interfaceXMLObjectBuilder<Scope>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<Scope>
-
buildObject
Build a Scope element with the default namespace prefix and element name.- Returns:
- a new instance of
Scope
-