Module: ChefFixie::AuthzActorMixin

Includes:
AuthzObjectMixin
Included in:
Sql::Client, Sql::User
Defined in:
lib/chef_fixie/authz_objects.rb

Constant Summary

Constants included from AuthzUtils

ChefFixie::AuthzUtils::ACTIONS, ChefFixie::AuthzUtils::TYPES

Instance Method Summary collapse

Methods included from AuthzObjectMixin

#ace, #ace_add, #ace_add_raw, #ace_delete, #ace_delete_raw, #ace_get_util, #ace_member?, #ace_raw, #acl, #acl_add_from_object, #acl_raw, #authz_api, #authz_delete, #expand_actions, included, #is_authorized, #prefix

Methods included from AuthzUtils

#check_action, #check_actor_or_group, #get_authz_id, #get_type, #resourcify_actor_or_group, #to_resource

Instance Method Details

#typeObject



241
242
243
# File 'lib/chef_fixie/authz_objects.rb', line 241

def type
  :actor
end