org.opensaml.saml1.core.impl
Class ConfirmationMethodBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
org.opensaml.common.impl.AbstractSAMLObjectBuilder<ConfirmationMethod>
org.opensaml.saml1.core.impl.ConfirmationMethodBuilder
- All Implemented Interfaces:
- SAMLObjectBuilder<ConfirmationMethod>, org.opensaml.xml.XMLObjectBuilder<ConfirmationMethod>
public class ConfirmationMethodBuilder
- extends AbstractSAMLObjectBuilder<ConfirmationMethod>
Builder of ConfirmationMethodImpl
objects.
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 |
ConfirmationMethodBuilder
public ConfirmationMethodBuilder()
- Constructor
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 org.opensaml.xml.XMLObjectBuilder<ConfirmationMethod>
- Specified by:
buildObject
in class org.opensaml.xml.AbstractXMLObjectBuilder<ConfirmationMethod>
Copyright © 2006-2012 Internet2. All Rights Reserved.