org.opensaml.saml2.metadata.impl
Class AuthnAuthorityDescriptorBuilder

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

public class AuthnAuthorityDescriptorBuilder
extends AbstractSAMLObjectBuilder<AuthnAuthorityDescriptor>

A builder for AuthnAuthorityDescriptorImpl objects.


Constructor Summary
AuthnAuthorityDescriptorBuilder()
          Constructor
 
Method Summary
 AuthnAuthorityDescriptor buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AuthnAuthorityDescriptor 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

AuthnAuthorityDescriptorBuilder

public AuthnAuthorityDescriptorBuilder()
Constructor

Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 1999-2012. All Rights Reserved.