org.opensaml.xacml.policy.impl
Class SubjectAttributeDesignatorTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<SubjectAttributeDesignatorType>
      extended by org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
All Implemented Interfaces:
XACMLObjectBuilder<SubjectAttributeDesignatorType>, org.opensaml.xml.XMLObjectBuilder<SubjectAttributeDesignatorType>

public class SubjectAttributeDesignatorTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<SubjectAttributeDesignatorType>
implements XACMLObjectBuilder<SubjectAttributeDesignatorType>

Bilder for SubjectAttributeDesignatorType.


Constructor Summary
SubjectAttributeDesignatorTypeImplBuilder()
           
 
Method Summary
 SubjectAttributeDesignatorType buildObject()
          Builds a XACML object, using its default attribute name.
 SubjectAttributeDesignatorType 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

SubjectAttributeDesignatorTypeImplBuilder

public SubjectAttributeDesignatorTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

public SubjectAttributeDesignatorType buildObject()
Builds a XACML object, using its default attribute name.

Specified by:
buildObject in interface XACMLObjectBuilder<SubjectAttributeDesignatorType>
Returns:
constructed XACML object


Copyright © 2006-2009 Internet2. All Rights Reserved.