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