Expand description
Authorization Services support.
Structs§
- Authorization
- A wrapper around
AuthorizationCreate
and 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
AuthorizationItemSetBuilder
builder which enabled you to use rust types. All names and values passed in will be copied. - Authorization
Item SetStorage - Used by
AuthorizationItemSetBuilder
to store data pointed to bysys::AuthorizationItemSet
. - Flags
- The flags used to specify authorization options.
Enums§
- Right
Definition - Used by
Authorization::set_item
to define the rules of he right.