Interface Action

All Superinterfaces:
SAMLObject, XMLObject, XSString
All Known Implementing Classes:
ActionImpl

public interface Action extends SAMLObject, XSString
Interface describing how a SAML1.1 Action element behaves.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
      Default element name, no namespace.
      See Also:
    • DEFAULT_ELEMENT_NAME

      @Nullable static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nullable static final QName TYPE_NAME
      QName of the XSI type.
    • NAMESPACE_ATTRIB_NAME

      @Nonnull @NotEmpty static final String NAMESPACE_ATTRIB_NAME
      Name for the Namespace attribute.
      See Also:
  • Method Details

    • getNamespace

      @Nullable String getNamespace()
      Return the value of Namespace.
      Returns:
      the namespace
    • setNamespace

      void setNamespace(@Nullable String namespace)
      Set the value of Namespace.
      Parameters:
      namespace - what to set
    • getContents

      @Deprecated(forRemoval=true, since="4.0.0") @Nullable default String getContents()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the value of the action to be performed.
      Returns:
      the value of the action to be performed
    • setContents

      @Deprecated(forRemoval=true, since="4.0.0") default void setContents(@Nullable String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the value of the action to be performed.
      Parameters:
      value - the value of the action to be performed