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