| Package | Description |
|---|---|
| org.sonar.api.security | |
| org.sonar.plugins.core.security |
| Modifier and Type | Method and Description |
|---|---|
UserRole |
UserRole.setResourceId(Integer resourceId) |
UserRole |
UserRole.setRole(String role) |
UserRole |
UserRole.setUserId(Integer userId) |
| Modifier and Type | Method and Description |
|---|---|
protected UserRole |
RoleManager.createResourceRoleFromDefault(UserRole defaultUserRole,
int resourceId) |
| Modifier and Type | Method and Description |
|---|---|
protected List<UserRole> |
RoleManager.getDefaultUserRoles() |
List<UserRole> |
RoleManager.getUserRoles(int resourceId) |
| Modifier and Type | Method and Description |
|---|---|
protected UserRole |
RoleManager.createResourceRoleFromDefault(UserRole defaultUserRole,
int resourceId) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.