public class NameIdentifierBuilder extends AbstractSAMLObjectBuilder<NameIdentifier>
NameIdentifierImpl objects.| Constructor and Description |
|---|
NameIdentifierBuilder()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
NameIdentifier |
buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
NameIdentifier |
buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
buildObject, buildObject, buildObject, buildObjectpublic NameIdentifier buildObject()
buildObject in interface SAMLObjectBuilder<NameIdentifier>buildObject in class AbstractSAMLObjectBuilder<NameIdentifier>public NameIdentifier buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject in interface org.opensaml.xml.XMLObjectBuilder<NameIdentifier>buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<NameIdentifier>Copyright © 1999–2015. All rights reserved.