Class SAMLEncoderSupportTest.ScopedValueBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<net.shibboleth.idp.saml.xmlobject.ScopedValue>
-
- net.shibboleth.idp.saml.attribute.transcoding.SAMLEncoderSupportTest.ScopedValueBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<net.shibboleth.idp.saml.xmlobject.ScopedValue>
- Enclosing class:
- SAMLEncoderSupportTest
private class SAMLEncoderSupportTest.ScopedValueBuilder extends AbstractXMLObjectBuilder<net.shibboleth.idp.saml.xmlobject.ScopedValue>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateScopedValueBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.shibboleth.idp.saml.xmlobject.ScopedValuebuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public net.shibboleth.idp.saml.xmlobject.ScopedValue buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<net.shibboleth.idp.saml.xmlobject.ScopedValue>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<net.shibboleth.idp.saml.xmlobject.ScopedValue>
-
-