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