Annotation Interface RunAs


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface RunAs
Defines the identity of the application during execution. This allows developers to execute an application under a particular role. The role must map to the user / group information in the container's security realm. Its value is the name of a security role.
Since:
Common Annotations 1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of a security role.
  • Element Details

    • value

      String value
      Name of a security role.