sec_interp.core.services.access_control_service module

Access Control Service.

This module provides a service to manage access to restricted features.

class sec_interp.core.services.access_control_service.AccessControlService

Bases: object

Service to manage access to restricted features.

__init__() None

Initialize the access control service.

can_export_3d() bool

Check if the user has permission to export 3D data.

Returns:

True if authorized, False otherwise.

Return type:

bool