Class: IAuthorizedPrincipal | ./src/peak/security/interfaces.py | ||||||||
---|---|---|---|---|---|---|---|---|---|
A principal (e.g. user) w/global grants or denials of permission In addition to permission checks based on business rules, it may be
desirable to globally grant or deny a permission for a given principal.
If this is the case, providing an adapter from your user object class
to
|