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