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