Class ActionMatchTypeImplBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.policy.ActionMatchType>, org.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.policy.ActionMatchType>

    public class ActionMatchTypeImplBuilder
    extends AbstractXACMLObjectBuilder<org.opensaml.xacml.policy.ActionMatchType>
    Builder of ActionMatchType objects.
    • Constructor Detail

      • ActionMatchTypeImplBuilder

        public ActionMatchTypeImplBuilder()
    • Method Detail

      • buildObject

        public org.opensaml.xacml.policy.ActionMatchType buildObject()
        Builds a XACMLObject using the default name and namespace information provided XACML specifications.
        Specified by:
        buildObject in interface org.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.policy.ActionMatchType>
        Specified by:
        buildObject in class AbstractXACMLObjectBuilder<org.opensaml.xacml.policy.ActionMatchType>
        Returns:
        built XACMLObject
      • buildObject

        public org.opensaml.xacml.policy.ActionMatchType buildObject​(String namespaceURI,
                                                                     String localName,
                                                                     String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.policy.ActionMatchType>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xacml.policy.ActionMatchType>