Class CommonActionType

java.lang.Object
org.keycloak.dom.saml.common.CommonActionType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionType, SAML11ActionType

public class CommonActionType extends Object implements Serializable
SAML Action Type
Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
  • Field Details

    • namespace

      protected String namespace
    • value

      protected String value
  • Constructor Details

    • CommonActionType

      public CommonActionType()
  • Method Details

    • getNamespace

      public String getNamespace()
      Gets the value of the namespace property.
      Returns:
      possible object is String
    • setNamespace

      public void setNamespace(String value)
      Sets the value of the namespace property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)