Package ru.vyarus.guicey.admin.rest
Annotation Type AdminResource
-
@NameBinding @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AdminResourceSecurity 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
AdminRestBundleto be registered, otherwise will not have any effect.- Since:
- 04.08.2015