Interface PermissionCheckExemptions
-
- All Known Implementing Classes:
AdminPermissionCheckExemptions,DefaultPermissionCheckExemptions
public interface PermissionCheckExemptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisExempt(com.atlassian.user.User user)Returns true if the user is exempt from permission checks, otherwise false.
-