|
PACS System 0.1.0
PACS DICOM system library
|
Result of an access check. More...
#include <access_control_manager.h>

Public Member Functions | |
| operator bool () const | |
Static Public Member Functions | |
| static AccessCheckResult | allow () |
| static AccessCheckResult | deny (std::string reason) |
Public Attributes | |
| bool | allowed {false} |
| std::string | reason |
Result of an access check.
Definition at line 49 of file access_control_manager.h.
|
inlinestatic |
Definition at line 53 of file access_control_manager.h.
Referenced by kcenon::pacs::security::access_control_manager::check_dicom_operation().

|
inlinestatic |
Definition at line 54 of file access_control_manager.h.
References reason.
Referenced by kcenon::pacs::security::access_control_manager::check_dicom_operation().

|
inlineexplicit |
Definition at line 58 of file access_control_manager.h.
References allowed.
| bool kcenon::pacs::security::AccessCheckResult::allowed {false} |
| std::string kcenon::pacs::security::AccessCheckResult::reason |
Definition at line 51 of file access_control_manager.h.
Referenced by deny().