Package ru.vyarus.guicey.admin.rest
Annotation Interface AdminResource
Security annotation to deny access to admin specific rest from user context.
Annotation may be used on resource class to hide all resource methods or directly
on methods (for hybrid cases).
When secured resource is accessed from user context, 403 error will be returned.
Requires AdminRestBundle to be registered, otherwise will not
have any effect.
- Since:
- 04.08.2015