{"id":20426991,"url":"https://github.com/juangburgos/quaaccesscontrol","last_synced_at":"2026-05-07T20:39:45.643Z","repository":{"id":70896398,"uuid":"200185125","full_name":"juangburgos/QUaAccessControl","owner":"juangburgos","description":"Test library for [QUaServer](https://github.com/juangburgos/QUaServer) access control","archived":false,"fork":false,"pushed_at":"2021-04-29T08:41:06.000Z","size":225,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T15:52:01.141Z","etag":null,"topics":["access-control","cplusplus","cpp","opc-ua","qt","qt5"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juangburgos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-02T07:13:18.000Z","updated_at":"2023-02-13T08:28:04.000Z","dependencies_parsed_at":"2023-03-11T03:16:37.160Z","dependency_job_id":null,"html_url":"https://github.com/juangburgos/QUaAccessControl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juangburgos%2FQUaAccessControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juangburgos%2FQUaAccessControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juangburgos%2FQUaAccessControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juangburgos%2FQUaAccessControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juangburgos","download_url":"https://codeload.github.com/juangburgos/QUaAccessControl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241967964,"owners_count":20050403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["access-control","cplusplus","cpp","opc-ua","qt","qt5"],"created_at":"2024-11-15T07:18:24.423Z","updated_at":"2025-12-01T22:02:25.383Z","avatar_url":"https://github.com/juangburgos.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QUaAccessControl\n\nSmall test library implementing simplified access control information model, that can be integrated easily via *References* with other OPC UA objects using the [QUaServer](https://github.com/juangburgos/QUaServer) library.\n\nThis library only implements the information model, it is the responsaibility of the user to integrate it with its own information model, using [the mechanisms](https://github.com/juangburgos/QUaServer#users) provided by the [QUaServer](https://github.com/juangburgos/QUaServer) library.\n\nSome simple use-cases are provided in [examples](./examples), where widgets are also provided to manage graphically the collections of objects used for access control.\n\n## Information Model\n\nThe library uses 3 object types:\n\n* User : Contains information about a user (name, password hash, etc.). A *User* object might be related to one *Role* object (using the *HasRole* reference). It might also be related to at least one *Permissions* object using the *CanRead* and/or *CanWrite* references). A *User* object must be related to at least one *Permissions* object or to a *Role* object to be of any use.\n\n* Role : Groups multiple *User* objects that will share common permissions. A *Role* object must be related to at least one *Permissions* object to be of any use (using the *CanRead* and/or *CanWrite* references).\n\n* Permissions : Groups multiple *User* and *Role* objects into two categories; *CanRead* and/or *CanWrite*. A *User* or *Role* object can belog to either, both or none of such categories. A *Permissions* object must be related to a user defined *External Object* to be of any use (using the *HasPermissions* reference).\n\nFor each of the object types above there exists a *Folder Object* type that works as factory for each of the types. They are called *UserList*, *RoleList* and *PermissionsList* respectively.\n\nThe *List* objects also implement serialization to XML to convinently backup and restore the information model state.\n\n## Usage\n\nTODO. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuangburgos%2Fquaaccesscontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuangburgos%2Fquaaccesscontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuangburgos%2Fquaaccesscontrol/lists"}