JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
org.veupathdb.lib.container.jaxrs.server.annotations
AdminRequired
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface AdminRequired
@Target
({
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
AdminRequired
Annotation that flags a resource as requiring an admin token value before processing. When used, a resource method will not run, and a 403 Forbidden response will be returned.