@java.lang.FunctionalInterface public interface RequireApiKeyFilter
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isAllowed(RequireApiKey annotation, grails.web.api.ServletAttributes servletAttributes)Check if the request is allowed to proceed based on the annotation and the servlet attributes. |
Check if the request is allowed to proceed based on the annotation and the servlet attributes.
annotation - the annotationservletAttributes - This will probably be the interceptor instance