Package org.opensaml.xacml.ctx.impl
Class DecisionTypeImplBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<XACMLObjectType>
-
- org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>
-
- org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>,org.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>
public class DecisionTypeImplBuilder extends AbstractXACMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>
Builder forDecisionTypeobjects.
-
-
Constructor Summary
Constructors Constructor Description DecisionTypeImplBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xacml.ctx.DecisionTypebuildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.org.opensaml.xacml.ctx.DecisionTypebuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public org.opensaml.xacml.ctx.DecisionType buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.- Specified by:
buildObjectin interfaceorg.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>- Specified by:
buildObjectin classAbstractXACMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>- Returns:
- built XACMLObject
-
buildObject
public org.opensaml.xacml.ctx.DecisionType buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xacml.ctx.DecisionType>
-
-