org.opensaml.saml1.core.impl
Class ConfirmationMethodBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
      extended by org.opensaml.common.impl.AbstractSAMLObjectBuilder<ConfirmationMethod>
          extended by org.opensaml.saml1.core.impl.ConfirmationMethodBuilder
All Implemented Interfaces:
SAMLObjectBuilder<ConfirmationMethod>, XMLObjectBuilder<ConfirmationMethod>

public class ConfirmationMethodBuilder
extends AbstractSAMLObjectBuilder<ConfirmationMethod>

Builder of ConfirmationMethodImpl objects.


Constructor Summary
ConfirmationMethodBuilder()
          Constructor
 
Method Summary
 ConfirmationMethod buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 ConfirmationMethod buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

ConfirmationMethodBuilder

public ConfirmationMethodBuilder()
Constructor

Method Detail

buildObject

public ConfirmationMethod buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.

Specified by:
buildObject in interface SAMLObjectBuilder<ConfirmationMethod>
Specified by:
buildObject in class AbstractSAMLObjectBuilder<ConfirmationMethod>
Returns:
built SAMLObject

buildObject

public ConfirmationMethod buildObject(String namespaceURI,
                                      String localName,
                                      String namespacePrefix)

Specified by:
buildObject in interface XMLObjectBuilder<ConfirmationMethod>
Specified by:
buildObject in class AbstractXMLObjectBuilder<ConfirmationMethod>


Copyright © 1999-2013. All Rights Reserved.