Class ActionBuilder

All Implemented Interfaces:
XMLObjectBuilder<Action>, SAMLObjectBuilder<Action>

public class ActionBuilder extends AbstractSAMLObjectBuilder<Action>
Builder of ActionImpl objects.
  • Constructor Details

    • ActionBuilder

      public ActionBuilder()
      Constructor.
  • Method Details

    • buildObject

      public Action buildObject()
      Builds a SAMLObject using the default name and namespace information provided SAML specifications.
      Specified by:
      buildObject in interface SAMLObjectBuilder<Action>
      Specified by:
      buildObject in class AbstractSAMLObjectBuilder<Action>
      Returns:
      built SAMLObject
    • buildObject

      public Action buildObject(String namespaceURI, String localName, String namespacePrefix)
      Creates an XMLObject with a given fully qualified name.
      Specified by:
      buildObject in interface XMLObjectBuilder<Action>
      Specified by:
      buildObject in class AbstractXMLObjectBuilder<Action>
      Parameters:
      namespaceURI - the URI of the namespace the Element represented by this XMLObject will be in
      localName - the local name of the Element represented by this XMLObject
      namespacePrefix - the namespace prefix of the Element represented by this XMLObject
      Returns:
      the constructed XMLObject