Interface PreAuthorizationPlugin


public interface PreAuthorizationPlugin
The PreAuthorizationPlugin extension point allows for request/response processing before any security rules (policy and access) are implemented at the beginning of the plugin chain. That is, pre-processing occurs before policy, access, and the catalog framework. Post-processing occurs after the catalog framework but before the second round of policy and access.

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.