Annotation Type UserRole


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Deprecated(since="11.4",
                forRemoval=true)
    public @interface UserRole
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 11.4 not used by any extension point anymore
    Since:
    1.11
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String ADMIN
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String CODEVIEWER
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String ISSUE_ADMIN
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.util.Set<java.lang.String> PUBLIC_PERMISSIONS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Permissions which are implicitly available for any user, any group and to group "AnyOne" on public components.
      static java.lang.String SCAN
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String SECURITYHOTSPOT_ADMIN
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.lang.String USER
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Field Detail

      • PUBLIC_PERMISSIONS

        static final java.util.Set<java.lang.String> PUBLIC_PERMISSIONS
        Deprecated, for removal: This API element is subject to removal in a future version.
        Permissions which are implicitly available for any user, any group and to group "AnyOne" on public components.
        Since:
        7.5
      • USER

        static final java.lang.String USER
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ADMIN

        static final java.lang.String ADMIN
        Deprecated, for removal: This API element is subject to removal in a future version.
      • CODEVIEWER

        static final java.lang.String CODEVIEWER
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ISSUE_ADMIN

        static final java.lang.String ISSUE_ADMIN
        Deprecated, for removal: This API element is subject to removal in a future version.
      • SECURITYHOTSPOT_ADMIN

        static final java.lang.String SECURITYHOTSPOT_ADMIN
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since:
        7.3
      • SCAN

        static final java.lang.String SCAN
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since:
        7.5
    • Element Detail

      • value

        java.lang.String[] value
        Deprecated, for removal: This API element is subject to removal in a future version.
        Default:
        {}