-
Notifications
You must be signed in to change notification settings - Fork 27
Custom PAP
joshua-roberts edited this page Aug 27, 2024
·
1 revision
An in memory implementation of the PAP is provided here.
To implement a custom PAP
- extend the
PAPabstract class - implement the PolicyStore and related interfaces to support your custom backend for policy entities
- extend the
PolicyQuerierabstract class - supply the custom
PolicyQuerierwith anAccessQueriervia theaccess()method