org.opensaml.xacml.policy.impl
Class AttributeValueTypeImplBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<AttributeValueType>
org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
- All Implemented Interfaces:
- XACMLObjectBuilder<AttributeValueType>, org.opensaml.xml.XMLObjectBuilder<AttributeValueType>
public class AttributeValueTypeImplBuilder
- extends org.opensaml.xml.AbstractXMLObjectBuilder<AttributeValueType>
- implements XACMLObjectBuilder<AttributeValueType>
Builder for AttributeValueType
.
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 |
AttributeValueTypeImplBuilder
public AttributeValueTypeImplBuilder()
buildObject
public AttributeValueType buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject
in interface org.opensaml.xml.XMLObjectBuilder<AttributeValueType>
- Specified by:
buildObject
in class org.opensaml.xml.AbstractXMLObjectBuilder<AttributeValueType>
buildObject
public AttributeValueType buildObject()
- Builds a XACML object, using its default attribute name.
- Specified by:
buildObject
in interface XACMLObjectBuilder<AttributeValueType>
- Returns:
- constructed XACML object
Copyright © 2006-2010 Internet2. All Rights Reserved.