| Package | Description |
|---|---|
| com.atlassian.bamboo.plugins.rest.admin.permission |
| Modifier and Type | Field and Description |
|---|---|
static RestGlobalPermission |
GlobalPermissionResource.REST_USER_GROUP_PERMISSION
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static List<RestGlobalPermission> |
GlobalPermissionResource.REST_USER_GROUP_PERMISSIONS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RestGlobalPermission |
GlobalPermissionConversionFunction.apply(Iterable<org.acegisecurity.acls.Permission> input,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo) |
RestGlobalPermission |
GlobalPermissionResource.updateGroupPermission(RestGlobalPermission restGlobalPermission,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Update global permissions of a group.
|
RestGlobalPermission |
GlobalPermissionResource.updateRolePermission(RestGlobalPermission restGlobalPermission,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Update global permissions of a role.
|
RestGlobalPermission |
GlobalPermissionResource.updateUserPermission(RestGlobalPermission restGlobalPermission,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Update global permissions of a user.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestGlobalPermission> |
GlobalPermissionResource.getGroupPermission(String groupName,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Retrieve a list of groups with their permissions.
|
List<RestGlobalPermission> |
GlobalPermissionResource.getRolePermission(String roleName,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Retrieve a list of roles with their permissions.
|
List<RestGlobalPermission> |
GlobalPermissionResource.getUserPermission(String userName,
Expansion expansion,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Retrieve a list of users with their permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<BambooPermission> |
GlobalPermissionConversionFunction.extractPermissions(RestGlobalPermission restGlobalPermission) |
RestGlobalPermission |
GlobalPermissionResource.updateGroupPermission(RestGlobalPermission restGlobalPermission,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Update global permissions of a group.
|
RestGlobalPermission |
GlobalPermissionResource.updateRolePermission(RestGlobalPermission restGlobalPermission,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Update global permissions of a role.
|
RestGlobalPermission |
GlobalPermissionResource.updateUserPermission(RestGlobalPermission restGlobalPermission,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
Update global permissions of a user.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.