Annotation Interface SystemAdminOnly


@Target({TYPE,METHOD,PACKAGE}) @Retention(RUNTIME) @Inherited public @interface SystemAdminOnly
Permits resource access only to users assigned system admin privileges.
Since:
5.0.0
See Also:
  • UserManager#isSystemAdmin(UserKey)