Class: Conjur::Authz::API

Inherits:
Conjur::API show all
Defined in:
lib/conjur/authz-api.rb

Constant Summary

Constants inherited from Conjur::API

Conjur::API::VERSION

Instance Attribute Summary

Attributes inherited from Conjur::API

#api_key

Class Method Summary collapse

Methods inherited from Conjur::API

#add_public_key, #audit, #audit_resource, #audit_role, authenticate, #create_deputy, #create_group, #create_host, #create_layer, #create_resource, #create_role, #create_user, #create_variable, #credentials, #current_role, #delete_public_key, #deputy, #find_groups, #group, #groups, #host, #initialize, #layer, #layers, login, login_cas, new_from_key, new_from_token, #public_key, #public_key_names, #public_keys, #resource, #resources, #role, #role_graph, #token, update_password, #user, #username, #variable, #variable_values

Methods included from LogSource

#log

Methods included from Escape

#fully_escape, #path_escape, #query_escape

Constructor Details

This class inherits a constructor from Conjur::API

Class Method Details

.hostString

The URL for the audit service

Returns:

  • (String)

    the audit service url.



29
30
31
# File 'lib/conjur/authz-api.rb', line 29

def host
  Conjur.configuration.authz_url
end