raito.plugins.roles.constraint module¶
- class raito.plugins.roles.constraint.RoleConstraint(filter)[исходный код]¶
Базовые классы:
FilterWrapper around RoleFilter that supports logical OR composition.
- Параметры:
filter (RoleFilter)
- update_handler_flags(flags)[исходный код]¶
Attach role metadata to handler flags.
This allows external tools to collect and display role-related constraints.
- class raito.plugins.roles.constraint.RoleGroupConstraint(*filters)[исходный код]¶
Базовые классы:
FilterLogical group of multiple RoleConstraints combined via OR.
- Параметры:
filters (RoleConstraint)
- update_handler_flags(flags)[исходный код]¶
Attach role metadata to handler flags.
This allows external tools to collect and display role-related constraints.