org.opensaml.saml2.core.impl
Class AssertionURIRefBuilder

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

public class AssertionURIRefBuilder
extends AbstractSAMLObjectBuilder<AssertionURIRef>

Builder for AssertionURIRefImpl objects.


Constructor Summary
AssertionURIRefBuilder()
          Constructor.
 
Method Summary
 AssertionURIRef buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AssertionURIRef buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.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

AssertionURIRefBuilder

public AssertionURIRefBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

public AssertionURIRef buildObject(java.lang.String namespaceURI,
                                   java.lang.String localName,
                                   java.lang.String namespacePrefix)

Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<AssertionURIRef>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<AssertionURIRef>


Copyright © 2006-2012 Internet2. All Rights Reserved.