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