Annotation Interface ExecuteAs


@Retention(RUNTIME) @Target(TYPE) public @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 Elements
    Modifier and Type
    Required Element
    Description
    The user that the code will execute as.