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

      @Nonnull 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

      @Nonnull 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