org.opensaml.saml1.core.impl
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, buildObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildObject, buildObject, buildObject, buildObject
public NameIdentifier buildObject()
buildObject
in interface SAMLObjectBuilder<NameIdentifier>
buildObject
in class AbstractSAMLObjectBuilder<NameIdentifier>
public NameIdentifier buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject
in interface XMLObjectBuilder<NameIdentifier>
buildObject
in class AbstractXMLObjectBuilder<NameIdentifier>
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.