Package org.sonar.api.web
Annotation Type UserRole
-
@Retention(RUNTIME) @Target(TYPE) @Deprecated(since="11.4", forRemoval=true) public @interface UserRoleDeprecated, 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.StringADMINDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringCODEVIEWERDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringISSUE_ADMINDeprecated, for removal: This API element is subject to removal in a future version.static java.util.Set<java.lang.String>PUBLIC_PERMISSIONSDeprecated, 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.StringSCANDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringSECURITYHOTSPOT_ADMINDeprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringUSERDeprecated, 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[]valueDeprecated, 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
-
-