Package com.yahoo.jrt
Interface RequestAccessFilter
- All Known Implementing Classes:
RequireCapabilitiesFilter
public interface RequestAccessFilter
Request access filter is invoked before any call to
Method.invoke(Request)
.
If allow(Request)
returns false, the method is not invoked, and the request is failed with error
ErrorCode.PERMISSION_DENIED
.- Author:
- bjorncs
-
Field Summary
-
Method Summary
-
Field Details
-
ALLOW_ALL
-
-
Method Details
-
allow
-