Interface PermissionCheckExemptions
- All Known Implementing Classes:
AdminPermissionCheckExemptions
public interface PermissionCheckExemptions
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisExempt(ConfluenceUser user) Returns true if the user is exempt from permission checks, otherwise false.default booleanisExempt(com.atlassian.user.User user) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
isExempt
Returns true if the user is exempt from permission checks, otherwise false. The result of calling this should not be cached, because permission exemptions can change within a single request.- Since:
- 9.5
-
isExempt
Deprecated, for removal: This API element is subject to removal in a future version.since 9.5 useisExempt(ConfluenceUser)Returns true if the user is exempt from permission checks, otherwise false. The result of calling this should not be cached, because permission exemptions can change within a single request.
-
isExempt(ConfluenceUser)