Package org.opensaml.xacml.policy.impl
Class ActionsTypeImplBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<XACMLObjectType>
-
- org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<ActionsType>
-
- org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<ActionsType>,XACMLObjectBuilder<ActionsType>
public class ActionsTypeImplBuilder extends AbstractXACMLObjectBuilder<ActionsType>
Builder forActionsType.
-
-
Constructor Summary
Constructors Constructor Description ActionsTypeImplBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionsTypebuildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ActionsTypebuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public ActionsType buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.- Specified by:
buildObjectin interfaceXACMLObjectBuilder<ActionsType>- Specified by:
buildObjectin classAbstractXACMLObjectBuilder<ActionsType>- Returns:
- built XACMLObject
-
buildObject
public ActionsType buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<ActionsType>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<ActionsType>
-
-