Uses of Class
com.atlassian.confluence.functest.rest.admin.model.PermissionChange
-
Packages that use PermissionChange 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 PermissionChange in com.atlassian.confluence.functest.rest.admin
Method parameters in com.atlassian.confluence.functest.rest.admin with type arguments of type PermissionChange Modifier and Type Method Description voidPermissionsResource. changeGlobalUnlicensedAuthenticatedPermissions(List<PermissionChange> permissionChanges)Enable or disable one or more global permissions for unlicensed authenticated users.voidPermissionsResource. changeSpaceUnlicensedAuthenticatedPermissions(String spaceKey, List<PermissionChange> permissionChanges)Enable or disable one or more space permissions for unlicensed authenticated users. -
Uses of PermissionChange in com.atlassian.confluence.functest.rest.admin.model
Subclasses of PermissionChange in com.atlassian.confluence.functest.rest.admin.model Modifier and Type Class Description classSubjectPermissionChangeModel object forPermissionsResource, representing a grant or revoke of a single permission for a user, group, or anonymous.Methods in com.atlassian.confluence.functest.rest.admin.model that return PermissionChange Modifier and Type Method Description PermissionChangePermissionChange.Builder. build()
-