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

    Fields
    Modifier and Type
    Field
    Description
    static final RequestAccessFilter
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean