Interface AppServeConstants
- All Known Implementing Classes:
JakartaRsLoader
public interface AppServeConstants
Constants for the Application Server (often times called appserve) component.
-
Field Details
-
APPLICATION_PREFIX
Defines an attribute which specifies the prefix for the element. At laod-time, loader will inspect theAttributes
from theElement
. If blank (, then the loader will defer to the value ofElementDefinition.value()
, which would typically be the name of the package bearing the annotation.- See Also:
-
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:
-