-
Notifications
You must be signed in to change notification settings - Fork 23
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
PAP
abstract class - implement the PolicyStore and related interfaces to support your custom backend for policy entities
- extend the
PolicyQuerier
abstract class - supply the custom
PolicyQuerier
with anAccessQuerier
via theaccess()
method