org.opensaml.xacml.ctx.impl
Class AttributeTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<AttributeType>
      extended by org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
All Implemented Interfaces:
XACMLObjectBuilder<AttributeType>, org.opensaml.xml.XMLObjectBuilder<AttributeType>

public class AttributeTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<AttributeType>
implements XACMLObjectBuilder<AttributeType>

Builder for AttributeType objects.


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

AttributeTypeImplBuilder

public AttributeTypeImplBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2011 Internet2. All Rights Reserved.