Class: Conjur::Webservice
- Inherits:
-
BaseObject
- Object
- BaseObject
- Conjur::Webservice
- Includes:
- ActsAsResource
- Defined in:
- lib/conjur/webservice.rb
Overview
A Conjur Webservice, which protects access to service code.
Permissions on webservices can be granted and interpreted in a free-form way
which is appropriate to the domain. For example, for a Docker registry
which is guarded by a Webservice, the likely privileges would be pull
and push
.
Instance Attribute Summary
Attributes inherited from BaseObject
Method Summary
Methods included from ActsAsResource
#exists?, #owner, #permitted?, #permitted_roles
Methods inherited from BaseObject
#account, #as_json, #identifier, #initialize, #inspect, #kind, #username
Methods included from Routing
Methods included from BuildObject
Methods included from LogSource
Constructor Details
This class inherits a constructor from Conjur::BaseObject