Uses of Class
com.atlassian.confluence.functest.rest.admin.model.SubjectPermissionChange
-
Packages that use SubjectPermissionChange Package Description 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 -
-
Uses of SubjectPermissionChange in com.atlassian.confluence.functest.rest.admin
Method parameters in com.atlassian.confluence.functest.rest.admin with type arguments of type SubjectPermissionChange Modifier and Type Method Description voidPermissionsResource. changeGlobalPermissions(List<SubjectPermissionChange> permissionChanges)Enable or disable one or more global permissions for one or more groups, users, or anonymous.voidPermissionsResource. changeSpacePermissions(String spaceKey, List<SubjectPermissionChange> permissionChanges)Enable or disable one or more space permissions for one or more groups, users, or anonymous. -
Uses of SubjectPermissionChange in com.atlassian.confluence.functest.rest.admin.model
Methods in com.atlassian.confluence.functest.rest.admin.model that return SubjectPermissionChange Modifier and Type Method Description SubjectPermissionChangeSubjectPermissionChange.Builder. build()
-