| Package | Description |
|---|---|
| com.atlassian.confluence.api.model.people | |
| com.atlassian.confluence.api.model.permissions |
Model objects for user and group permission and validation checks, for use with
OperationService. |
| com.atlassian.confluence.functest.rest.admin |
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
|
| com.atlassian.confluence.functest.rest.admin.model | |
| com.atlassian.confluence.pageobjects.component.dialog |
| Modifier and Type | Class and Description |
|---|---|
class |
Anonymous |
class |
Group
Represents a group that may contain zero or more users.
|
class |
KnownUser |
class |
Person |
class |
UnknownUser |
class |
User |
| Modifier and Type | Method and Description |
|---|---|
Map<SubjectType,PageResponse<Subject>> |
ContentRestriction.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
ContentRestriction.ContentRestrictionBuilder |
ContentRestriction.ContentRestrictionBuilder.restrictions(Map<SubjectType,PageResponse<Subject>> restrictions) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionsResource.revokeAllGlobalPermissions(Subject subject)
Revoke all global permissions for a group, user, or anonymous.
|
void |
PermissionsResource.revokeAllSpacePermissions(String spaceKey,
Subject subject)
Revoke all permissions on a space for a user, group or anonymous.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
SubjectPermissionChange.getSubject()
Get the subject whose permission is being changed
|
| Modifier and Type | Method and Description |
|---|---|
SubjectPermissionChange.Builder |
SubjectPermissionChange.Builder.subject(Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageRestrictionsDialog.addUserOrGroup(Subject subject)
Deprecated.
|
void |
PageRestrictionsDialog.addUserOrGroup(Subject subject,
int index)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
PageRestrictionsDialog.canRemoveRestriction(Subject subject)
Deprecated.
|
boolean |
PageRestrictionsDialog.hasRestriction(Subject subject,
OperationKey operationKey)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
PageRestrictionsDialog.hasRestrictionTimed(Subject subject,
OperationKey operationKey)
Deprecated.
|
void |
PageRestrictionsDialog.removeRestriction(Subject subject)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.