Class ScopedValueBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<ScopedValue>
net.shibboleth.idp.saml.xmlobject.impl.ScopedValueBuilder
- All Implemented Interfaces:
XMLObjectBuilder<ScopedValue>
Builder of
ScopedValue objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObject(String namespaceURI, String localName, String namespacePrefix) Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Constructor Details
-
ScopedValueBuilder
public ScopedValueBuilder()
-
-
Method Details
-
buildObject
@Nonnull public ScopedValue buildObject(@Nullable String namespaceURI, @Nonnull String localName, @Nullable String namespacePrefix) - Specified by:
buildObjectin interfaceXMLObjectBuilder<ScopedValue>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<ScopedValue>
-