Class ActionBean

java.lang.Object
org.apache.wss4j.common.saml.bean.ActionBean

public class ActionBean extends Object
Class SamlAction represents the raw data required by the SamlAssertionWrapper when creating the Action element of the SAML Authorization Decision Statement.
  • Constructor Details

    • ActionBean

      public ActionBean()
      Constructor SamlAction creates a new SamlAction instance.
    • ActionBean

      public ActionBean(String actionNamespace, String contents)
      Constructor SamlAction creates a new SamlAction instance.
      Parameters:
      actionNamespace - of type String
      contents - of type String
  • Method Details

    • getActionNamespace

      public String getActionNamespace()
      Method getActionNamespace returns the actionNamespace of this SamlAction object.
      Returns:
      the actionNamespace (type String) of this SamlAction object.
    • setActionNamespace

      public void setActionNamespace(String actionNamespace)
      Method setActionNamespace sets the actionNamespace of this SamlAction object.
      Parameters:
      actionNamespace - the actionNamespace of this SamlAction object.
    • getContents

      public String getContents()
      Method getContents returns the contents of this SamlAction object.
      Returns:
      the contents (type String) of this SamlAction object.
    • setContents

      public void setContents(String contents)
      Method setContents sets the contents of this SamlAction object.
      Parameters:
      contents - the contents of this SamlAction object.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object