Interface AppServeConstants

All Known Implementing Classes:
JakartaRsLoader

public interface AppServeConstants
Constants for the Application Server (often times called appserve) component.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Defines an attribute which specifies the prefix for the element.
    static final String
    Defines an attribute which specifies if the elements should enable the standard auth pipeline in Elements.
  • Field Details

    • APPLICATION_PREFIX

      static final String APPLICATION_PREFIX
      Defines an attribute which specifies the prefix for the element. At laod-time, loader will inspect the Attributes from the Element. If blank (, then the loader will defer to the value of ElementDefinition.value(), which would typically be the name of the package bearing the annotation.
      See Also:
    • ENABLE_ELEMENTS_AUTH

      static final String ENABLE_ELEMENTS_AUTH
      Defines an attribute which specifies if the elements should enable the standard auth pipeline in Elements. This ensures that the application server will be able to authenticate users using the Authorization or Elements-SessionSecret headers as well as allow the appropriate override headers to be used.
      See Also: