Annotation Interface IsAuthorizedCmsManager


@Target(METHOD) @Retention(RUNTIME) @PreAuthorize("hasRole(\'ROLE_BASECMSMANAGERGROUP\') or hasRole(\'ROLE_ADMINGROUP\')") public @interface IsAuthorizedCmsManager
Annotation for securing rest endpoints.
Only users that have role cmsmanager or admin can access this endpoint.