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