@@ -66,7 +66,6 @@ public IssHandler(HubManager hubManagerIn) {
66
66
* Generate a new access token for ISS for accessing this system
67
67
* @param loggedInUser the user logged in. It must have the sat admin role.
68
68
* @param fqdn the FQDN of the peripheral/hub that will be using this access token
69
- *
70
69
* @return the serialized form of the token
71
70
*
72
71
* @apidoc.doc Generate a new access token for ISS for accessing this system
@@ -141,6 +140,7 @@ public int storeAccessToken(User loggedInUser, String fqdn, String token) {
141
140
* @param username the name of the user, needed to access the remote server. It must have the sat admin role.
142
141
* @param password the password of the user, needed to access the remote server.
143
142
* @return 1 on success, exception otherwise
143
+ *
144
144
* @apidoc.doc Registers automatically a remote server with the specified ISS role.
145
145
* @apidoc.param #session_key()
146
146
* @apidoc.param #param_desc("string", "fqdn", "the FQDN of the remote server to register ")
@@ -164,6 +164,7 @@ public int register(User loggedInUser, String fqdn, String role, String username
164
164
* @param password the password of the user, needed to access the remote server.
165
165
* @param rootCA the root CA certificate, in case it's needed to establish a secure connection
166
166
* @return 1 on success, exception otherwise
167
+ *
167
168
* @apidoc.doc Registers automatically a remote server with the specified ISS role.
168
169
* @apidoc.param #session_key()
169
170
* @apidoc.param #param_desc("string", "fqdn", "the FQDN of the remote server to register ")
@@ -172,7 +173,7 @@ public int register(User loggedInUser, String fqdn, String role, String username
172
173
* It must have the sat admin role")
173
174
* @apidoc.param #param_desc("string", "password", "the password of the user, needed to access the remote
174
175
* server")
175
- * @apidoc.param #param_desc("string", "rootCA", the root CA certificate, in case it's needed to establish a secure
176
+ * @apidoc.param #param_desc("string", "rootCA", " the root CA certificate, in case it's needed to establish a secure
176
177
* connection")
177
178
* @apidoc.returntype #return_int_success()
178
179
*/
@@ -222,6 +223,7 @@ public int register(User loggedInUser, String fqdn, String role, String username
222
223
* @param role the ISS role of the remote server. Can be either HUB or PERIPHERAL
223
224
* @param token the token used to authenticate on the remote server.
224
225
* @return 1 on success, exception otherwise
226
+ *
225
227
* @apidoc.doc Registers a remote server with the specified ISS role using an existing specified access token.
226
228
* @apidoc.param #session_key()
227
229
* @apidoc.param #param_desc("string", "fqdn", "the FQDN of the remote server to register ")
@@ -241,12 +243,13 @@ public int registerWithToken(User loggedInUser, String fqdn, String role, String
241
243
* @param token the token used to authenticate on the remote server.
242
244
* @param rootCA the root CA certificate, in case it's needed to establish a secure connection
243
245
* @return 1 on success, exception otherwise
246
+ *
244
247
* @apidoc.doc Registers a remote server with the specified ISS role using an existing specified access token.
245
248
* @apidoc.param #session_key()
246
249
* @apidoc.param #param_desc("string", "fqdn", "the FQDN of the remote server to register ")
247
250
* @apidoc.param #param_desc("string", "role", "the ISS role of the remote server. Either HUB or PERIPHERAL")
248
251
* @apidoc.param #param_desc("string", "token", "the token used to authenticate on the remote server.")
249
- * @apidoc.param #param_desc("string", "rootCA", the root CA certificate, in case it's needed to establish a secure
252
+ * @apidoc.param #param_desc("string", "rootCA", " the root CA certificate, in case it's needed to establish a secure
250
253
* connection")
251
254
* @apidoc.returntype #return_int_success()
252
255
*/
0 commit comments