Skip to content

Commit ce223ce

Browse files
committed
link terminology from access requests section
1 parent b814c66 commit ce223ce

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

lws10-core/lws-access-requests.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p>
2-
Access Requests and Grants provide a mechanism for an agent to request access to
3-
resources and for a <a>resource manager</a> to grant access with defined constraints.
2+
Access Requests and Grants provide a mechanism for an <a>agent</a> to request access to
3+
resources and for a <a>storage controller</a> to grant access with defined constraints.
44
The endpoints for requesting and granting access act as a type of specialized inbox.
55
</p>
66

77
<p>
8-
An agent does not present an <a>access grant</a> to a server as an authorization token.
8+
An <a>agent</a> does not present an <a>access grant</a> to a server as an authorization token.
99
Rather, the <a>access grant</a> serves as a record of what was authorized, to whom,
1010
and under what constraints. When an <a>access grant</a> is created or revoked (deleted), it
1111
is the responsibility of the server to adjust any underlying access policy to account for the
@@ -26,21 +26,21 @@
2626

2727
<ul>
2828
<li>
29-
<dfn>Access Request</dfn> &mdash; a data object submitted by an agent, expressing a
29+
<dfn>Access Request</dfn> &mdash; a data object submitted by an <a>agent</a>, expressing a
3030
request to perform specific actions on storage resources, including the desired scope
3131
and constraints.
3232
</li>
3333
<li>
34-
<dfn>Access Grant</dfn> &mdash; a data object created by a storage controller, expressing
35-
an ability for an agent to perform specific actions on storage resources within certain
34+
<dfn>Access Grant</dfn> &mdash; a data object created by a <a>storage controller</a>, expressing
35+
an ability for an <a>agent</a> to perform specific actions on <a>storage</a> resources within certain
3636
defined constraints.
3737
</li>
3838
<li>
3939
<dfn data-lt="access profiles">Access Profile</dfn> &mdash; an access profile describes the
4040
requirements for expressing a valid access policy. Every access profile is identified
4141
with a URI, and a server indicates support for one or more access profiles by
4242
referencing them in the <code>conformsTo</code> property of a service object in its
43-
Storage Description resource.
43+
<a>storage description</a> resource.
4444
</li>
4545
</ul>
4646
</div>
@@ -197,10 +197,10 @@ <h4>Types</h4>
197197

198198
<ul>
199199
<li>
200-
<code>AccessRequest</code> &mdash; a request by an agent for access to resources.
200+
<code>AccessRequest</code> &mdash; a request by an <a>agent</a> for access to resources.
201201
</li>
202202
<li>
203-
<code>AccessGrant</code> &mdash; an authorization by a storage controller granting
203+
<code>AccessGrant</code> &mdash; an authorization by a <a>storage controller</a> granting
204204
access to resources.
205205
</li>
206206
</ul>
@@ -322,7 +322,7 @@ <h4>Types</h4>
322322
<h4>Actions</h4>
323323

324324
<p>
325-
The <code>action</code> property describes the operations that the agent wishes to
325+
The <code>action</code> property describes the <a>operations</a> that the <a>agent</a> wishes to
326326
perform (in the case of a request) or is authorized to perform (in the case of a grant).
327327
</p>
328328

@@ -430,7 +430,7 @@ <h4>Targets</h4>
430430
</li>
431431
<li>
432432
<code>https://www.w3.org/ns/lws#StorageResource</code> &mdash; matches
433-
any resource managed by a storage.
433+
any resource managed by a <a>storage</a>.
434434
</li>
435435
</ul>
436436

@@ -769,8 +769,8 @@ <h3>Protocol</h3>
769769
</p>
770770

771771
<p>
772-
An agent creates an <a>access request</a> by submitting a <code>POST</code> request to the
773-
<a>access request</a> endpoint. A storage controller creates an <a>access grant</a> by
772+
An <a>agent</a> creates an <a>access request</a> by submitting a <code>POST</code> request to the
773+
<a>access request</a> endpoint. A <a>storage controller</a> creates an <a>access grant</a> by
774774
submitting a <code>POST</code> request to the <a>access grant</a> endpoint.
775775
</p>
776776

@@ -810,7 +810,7 @@ <h3>Notifications</h3>
810810
</p>
811811

812812
<p>
813-
Notifications provide a mechanism for informing agents and storage controllers about changes to
813+
Notifications provide a mechanism for informing <a>agents</a> and <a>storage controllers</a> about changes to
814814
<a>access requests</a> and <a>access grants</a>. When an <code>inbox</code> property is
815815
present on an <a>access request</a> or <a>access grant</a>, the server SHOULD deliver
816816
notifications to that endpoint, informing an
@@ -844,11 +844,11 @@ <h4>Notification Events</h4>
844844
<ul>
845845
<li>
846846
<strong>Access Request creation</strong>: When a new <a>access request</a> is
847-
submitted, the storage controller SHOULD be notified.
847+
submitted, the <a>storage controller</a> SHOULD be notified.
848848
</li>
849849
<li>
850850
<strong>Access Grant creation</strong>: When a new <a>access grant</a> is created,
851-
the requesting agent SHOULD be notified at the <code>inbox</code> specified in
851+
the requesting <a>agent</a> SHOULD be notified at the <code>inbox</code> specified in
852852
the associated <a>access request</a>.
853853
</li>
854854
</ul>

0 commit comments

Comments
 (0)