| Package | Description |
|---|---|
| com.atlassian.confluence.stateless.webdriver.editor | |
| com.atlassian.confluence.test.rest.api | |
| com.atlassian.confluence.test.rpc.api.permissions |
| Modifier and Type | Field and Description |
|---|---|
protected static SpacePermission[] |
AbstractContentRestrictionTest.ADMIN_PERMS |
protected static SpacePermission[] |
AbstractContentRestrictionTest.NO_RESTRICTIONS_PERMS |
protected static SpacePermission[] |
AbstractContentRestrictionTest.RESTRICTIONS_PERMS |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionsRest.addSpacePermissions(Space space,
Subject subject,
SpacePermission... permissions) |
void |
PermissionsRest.addSpaceUnlicensedAuthenticatedPermissions(Space space,
SpacePermission... permissions) |
void |
PermissionsRest.removeSpacePermissions(Space space,
Subject subject,
SpacePermission... permissions) |
void |
PermissionsRest.removeSpaceUnlicensedAuthenticatedPermissions(Space space,
SpacePermission... permissions) |
| Modifier and Type | Field and Description |
|---|---|
static SpacePermission[] |
SpacePermission.ADMIN_PERMISSIONS
A set of all the space permissions, including Administer
|
static SpacePermission[] |
SpacePermission.ANONYMOUS_PERMISSIONS
A set of all space permissions which can be granted to anonymous users.
|
static SpacePermission[] |
SpacePermission.REGULAR_PERMISSIONS
A set of all space permissions for a regular user.
|
| Modifier and Type | Method and Description |
|---|---|
static SpacePermission |
SpacePermission.fromValue(String str) |
static SpacePermission |
SpacePermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpacePermission[] |
SpacePermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionsRpc.grantAnonymousPermission(SpacePermission permission,
Space space)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.grantPermission(SpacePermission permission,
Space space,
Subject subject)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.grantPermission(SpacePermission permission,
String spaceKey,
Subject subject)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.grantPermissions(Space space,
Subject subject,
SpacePermission... permissions)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.revokeAnonymousPermission(SpacePermission permission,
Space space)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.revokePermission(SpacePermission permission,
Space space,
Subject subject)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.revokePermissions(Space space,
Subject subject,
SpacePermission... permissions)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
Copyright © 2003–2017 Atlassian. All rights reserved.