Expand description

Role-based permissions for public keys.

Key permissions, accessed via the KeyPermissionManager interface, are queried through a simple role-based access system. The underlying implementation determines how those values are set and modified.

Modules

The insecure keys module provides an allow-all permissions implemenation.

Structs

An error that can occur in the underlying KeyPermissions implementation.

Traits

Manages role-based permissions associated with public keys.