public class AuthenticationStatementBuilder extends AbstractSAMLObjectBuilder<AuthenticationStatement>
AuthenticationStatementImpl
objects.Constructor and Description |
---|
AuthenticationStatementBuilder()
Constructor
|
Modifier and Type | Method and Description |
---|---|
AuthenticationStatement |
buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthenticationStatement |
buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
buildObject, buildObject, buildObject, buildObject
public AuthenticationStatementBuilder()
public AuthenticationStatement buildObject()
buildObject
in interface SAMLObjectBuilder<AuthenticationStatement>
buildObject
in class AbstractSAMLObjectBuilder<AuthenticationStatement>
public AuthenticationStatement buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject
in interface org.opensaml.xml.XMLObjectBuilder<AuthenticationStatement>
buildObject
in class org.opensaml.xml.AbstractXMLObjectBuilder<AuthenticationStatement>
Copyright © 1999-2013. All Rights Reserved.