Package com.atlassian.annotations.security
package com.atlassian.annotations.security
-
Annotation InterfacesClassDescriptionPermits resource access only to users assigned admin privileges (see
com.atlassian.sal.api.user.UserManager#isAdmin(UserKey)).Permits resource access if at least ONE of the following criteria is met:Permits resource access ONLY to users assigned a product license (seecom.atlassian.sal.api.user.UserManager#isLicensed).This annotation is part of the experimental API.Permits resource access only to users assigned system admin privileges (seecom.atlassian.sal.api.user.UserManager#isSystemAdmin(UserKey)).Permits resource access if EITHER of the following criteria is met:This annotation permits complete unrestricted access.The annotated element is excluded from Cross-site request forgery (CSRF/XSRF) protection.