Annotation Type IsAuthorizedCmsManager
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @PreAuthorize("hasRole(\'ROLE_BASECMSMANAGERGROUP\') or hasRole(\'ROLE_ADMINGROUP\')") public @interface IsAuthorizedCmsManagerAnnotation for securing rest endpoints.
Users who are part of cmsmanagergroup are able to access all resources.