org.opensaml.xacml.policy.impl
Class VariableDefinitionTypeImplBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<XACMLObjectType>
org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<VariableDefinitionType>
org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
- All Implemented Interfaces:
- XACMLObjectBuilder<VariableDefinitionType>, XMLObjectBuilder<VariableDefinitionType>
public class VariableDefinitionTypeImplBuilder
- extends AbstractXACMLObjectBuilder<VariableDefinitionType>
Builder for VariableDefinitionType.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableDefinitionTypeImplBuilder
public VariableDefinitionTypeImplBuilder()
buildObject
public VariableDefinitionType buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject in interface XMLObjectBuilder<VariableDefinitionType>- Specified by:
buildObject in class AbstractXMLObjectBuilder<VariableDefinitionType>
buildObject
public VariableDefinitionType buildObject()
- Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- Specified by:
buildObject in interface XACMLObjectBuilder<VariableDefinitionType>- Specified by:
buildObject in class AbstractXACMLObjectBuilder<VariableDefinitionType>
- Returns:
- built XACMLObject
Copyright © 1999-2013. All Rights Reserved.