Expand description
Authorization Services support.
Structs§
- Authorization
- A wrapper around
AuthorizationCreateand functions which operate on anAuthorizationRef. - Authorization
Item - Information about an authorization right or the environment.
- Authorization
Item Set - A set of authorization items returned and owned by the Security Server.
- Authorization
Item SetBuilder - A convenience
AuthorizationItemSetBuilderbuilder which enabled you to use rust types. All names and values passed in will be copied. - Authorization
Item SetStorage - Used by
AuthorizationItemSetBuilderto store data pointed to bysys::AuthorizationItemSet. - Flags
- The flags used to specify authorization options.
Enums§
- Right
Definition - Used by
Authorization::set_itemto define the rules of he right.