Annotation Interface ExecuteAs
Decorate a supported entry-point (for example,
WebApi
) to make the code execute
with the permissions of the specified user.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe user that the code will execute as.
-
Element Details
-
value
ExecuteAsUser valueThe user that the code will execute as. For example,ExecuteAsUser.REQUEST_OWNER
.- Returns:
- the user the code executes as
-