Annotation Interface IsAuthorizedCmsManager


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