raito.plugins.roles.constraint module

class raito.plugins.roles.constraint.RoleConstraint(filter)[исходный код]

Базовые классы: Filter

Wrapper 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.

Параметры:

flags (dict[str, Any])

Тип результата:

None

class raito.plugins.roles.constraint.RoleGroupConstraint(*filters)[исходный код]

Базовые классы: Filter

Logical 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.

Параметры:

flags (dict[str, Any])

Тип результата:

None