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