You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mihail Kuznetsov edited this page Mar 16, 2015
·
3 revisions
Using JSR-250 security annotation to restrict access to resources
Using of JSR-250 security annotations
EverRest supports following security annotations @RolesAllowed, @PermitAll, @DenyAll. This feature is turned on by default. You can disable it by setting org.everrest.security context parameter to false in web.xml file.