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