Class: Conjur::Authn::API

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

Constant Summary

Constants inherited from Conjur::API

Conjur::API::VERSION

Instance Attribute Summary

Attributes inherited from Conjur::API

#api_key, #username

Class Method Summary collapse

Methods inherited from Conjur::API

#add_public_key, #audit, #audit_resource, #audit_role, authenticate, core_asset_host, #create_authn_user, #create_deputy, #create_group, #create_host, #create_layer, #create_resource, #create_role, #create_secret, #create_user, #create_variable, #credentials, #current_role, #delete_public_key, #deputy, enroll_host, #group, #groups, #host, #initialize, #layer, layer_asset_host, #layers, login, login_cas, new_from_key, new_from_token, parse_id, parse_resource_id, parse_role_id, pubkeys_asset_host, #public_key, #public_keys, #resource, #resources, #role, #role_from_username, #role_name_from_username, #secret, #token, update_password, #user, #variable, #variable_values

Methods included from LogSource

#log

Methods included from Escape

#fully_escape, included, #path_escape, #query_escape

Constructor Details

This class inherits a constructor from Conjur::API

Class Method Details

.hostObject



25
26
27
# File 'lib/conjur/authn-api.rb', line 25

def host
  Conjur.configuration.authn_url
end