-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflow.html
238 lines (230 loc) · 7.09 KB
/
flow.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<link rel="icon" href="i/common/glyph.png">
<title>Passage Licensing Flow</title>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat&family=Quicksand&display=swap"
rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bl.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/dev.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/documentation.css" rel="stylesheet" type="text/css"
media="all" />
</head>
<body class="dev-doc">
<div class="navigation container-fluid">
<div class="row header">
<div class="col-sm nav-ref home">
<a class="anchor" href="index.html">Home</a>
</div>
<div class="col-sm nav-ref features">
<a class="anchor" href="index.html#features">Features</a>
</div>
<div class="col-sm nav-ref products">
<a class="anchor" href="index.html#products">Products</a>
</div>
<div class="col-sm nav-ref components">
<a class="anchor" href="index.html#components">Components</a>
</div>
<div class="col-sm nav-ref examples">
<a class="anchor" href="index.html#examples">Examples</a>
</div>
<div class="col-sm nav-ref documentation">
<a class="anchor" href="index.html#docs">Documentation</a>
</div>
<div class="col-sm nav-ref support">
<a class="anchor" href="index.html#support">Support</a>
</div>
<div class="col-sm nav-ref services">
<a class="anchor" href="index.html#services">Services</a>
</div>
<div class="col-sm nav-ref contact">
<a class="anchor" href="index.html#contact">Contact</a>
</div>
<div class="col-sm nav-ref contribute">
<a class="anchor" href="index.html#contribute">Contribute</a>
</div>
</div>
</div>
<div class="titling container-fluid">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm">
<img src="i/common/glyph.png" width="256">
</div>
<div class="col-sm">
<div class="titling-brief">
<p>
Eclipse Passage<br /> Licensing Flow
</p>
</div>
</div>
<div class="col-sm-2"></div>
</div>
</div>
<div class="separable documentation info-section container">
<div class="row">
<div class="step-name col-sm">
<div class="section-header">
<p>Passage puts you product and/or it's features under license
protection.</p>
<p>To make it do so you should take several steps.</p>
</div>
</div>
</div>
</div>
<div class="separable documentation info-section container">
<div class="row">
<div class="step-name col-sm">
<div class="section-header">
<p>
Done by <span class="role">product development</span>: <a
href="dev-guide.html" target="_blank">integrate Passage into
the product</a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<ul>
<li>declare what in the product is protected by license: it
can be the the whole product or/and some particular features;</li>
<li>include Passage runtime in you product and implant license
checks in critical points in the product code base;</li>
<li>configure Passage runtime for your particular needs if
default configuration does not fit.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm">
<p>
From this point the product is <span class="emphasis">protected
by Passage</span>: key functions are to work only under conditions you've
defined.
</p>
<p>Now we need to issue a license for our product. Passage
runtime will then discover the license and enable key functions
according to the license content.</p>
</div>
</div>
</div>
<div class="separable documentation info-section container">
<div class="row">
<div class="step-name col-sm">
<div class="section-header">
<p>
Done by <span class="role">product management</span>: describe the
product for licensing
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<ul>
<li>define product, features and their versions under
licensing protection,</li>
<li>generate encryption keys,</li>
<li>create license plan</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm">
<p>These step begets several artifacts that are quite precious
and should be kept with care.</p>
<p>
<a href="index.html#products" target="_blank">Passage Operator</a>
<a href="index.html#docs" target="_blank">helps</a> you with the
metadata definition, evolution, keeping and managing.
</p>
</div>
</div>
</div>
<div class="separable documentation info-section container">
<div class="row">
<div class="step-name col-sm">
<div class="section-header">
<p>
Done by <span class="role">sales management</span>: issue and
deliver licenses
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<p>License issuing boils down to a simple wizard passing which
ends up by a pack of license files stored on a file system. This
pack is to be delivered to a customer (product's user).</p>
<p>
Having proper set of licensing metadata, <a
href="index.html#products" target="_blank">Passage Operator</a> <a
href="index.html#docs" target="_blank">issues</a> both Personal
and Floating licenses.
</p>
</div>
</div>
</div>
<div class="separable documentation info-section container">
<div class="row">
<div class="step-name col-sm">
<div class="section-header">
<p>
Done by <span class="role">doc team</span>: explain how to apply a
license to the product
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
<p>License application step is to be performed by the product's
user, but should definitely be documented: when a user gets your
product and a license, how they should apply the license to the
product.</p>
</div>
</div>
</div>
<div class="footer legal container-fluid">
<div class="row">
<div class="col-sm-8">
<div>© Copyright 2018 - 2021 ArSysOp</div>
</div>
<div class="col-sm">
<a href="https://projects.eclipse.org/projects/technology.passage"
target="_blank">About</a>
</div>
<div class="col-sm">
<a href="https://spdx.org/licenses/EPL-2.0.html" target="_blank">Terms
of use</a>
</div>
</div>
</div>
<div class="footer refs container-fluid">
<div class="row">
<div class="col-sm-8"></div>
<div class="col-sm">
Site is constructed with <a
href="https://github.com/twbs/bootstrap/">Bootstrap</a>.
</div>
<div class="col-sm">
<a
href="https://fonts.google.com/specimen/Quicksand?query=Quicksand"
target="_blank">Quicksand</a> and <a
href="https://fonts.google.com/specimen/Open+Sans?query=Montserrat"
target="_blank">Montserrat</a> fonts are used.
</div>
</div>
</div>
</body>
</html>