org.opensaml.xacml.ctx.impl
Class AttributeTypeImplBuilder

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

public class AttributeTypeImplBuilder
extends AbstractXACMLObjectBuilder<AttributeType>

Builder for AttributeType objects.


Constructor Summary
AttributeTypeImplBuilder()
          Constructor.
 
Method Summary
 AttributeType buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 AttributeType 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

AttributeTypeImplBuilder

public AttributeTypeImplBuilder()
Constructor.

Method Detail

buildObject

public AttributeType buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.

Specified by:
buildObject in interface XACMLObjectBuilder<AttributeType>
Specified by:
buildObject in class AbstractXACMLObjectBuilder<AttributeType>
Returns:
built XACMLObject

buildObject

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

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


Copyright © 1999-2012. All Rights Reserved.