This change adds new parameters to keygen.properties to allow the
configuration of the server and client TLS key algorithms:
SERVER_KEY_ALG, SERVER_KEY_SIZE, CLIENT_KEY_ALG, CLIENT_KEY_SIZE
Default values for these have been set at RSA and 2048 to preserve
previous operation.
I have also tested SERVER_KEY_ALG=EC and SERVER_KEY_SIZE=256, along with
CLIENT_KEY_ALG=EC and CLIENT_KEY_SIZE=256. Other algorithms and sizes
may be supported, YMMV.
* added methods from admin-controller, alarm-controller, asset-controller, audit-log-controller
* refactored rest client and added methods from auth controller
* added methods from component-descriptor-controller
* added methods from customer controller
* added methods from dashboard controller
* added methods from device controller
* refactored url pageLink params
* added methods from entity relation controller
* added methods from entity view controller
* refactored
* added methods from event controller
* added methods from rpc controller
* added methods from rule chain controller
* added methods from telemetry controller
* added methods from tenant controller
* added methods from user controller
* added methods from widgets bundle controller
* added methods from widget type controller
* created method refreshToken
* moved classes SecuritySettings, UserPasswordPolicy, ClaimRequest, UpdateMessage, to common module, and added "/api" to urls where this part was missing
* refactored
* added constructors
* removed method resetPassword
* removed method checkResetToken
* refactoring methods where the parameter is an array
* refactored
* added methods from admin-controller, alarm-controller, asset-controller, audit-log-controller
* refactored rest client and added methods from auth controller
* added methods from component-descriptor-controller
* added methods from customer controller
* added methods from dashboard controller
* added methods from device controller
* refactored url pageLink params
* added methods from entity relation controller
* added methods from entity view controller
* refactored
* added methods from event controller
* added methods from rpc controller
* added methods from rule chain controller
* added methods from telemetry controller
* added methods from tenant controller
* added methods from user controller
* added methods from widgets bundle controller
* added methods from widget type controller
* created method refreshToken
* moved classes SecuritySettings, UserPasswordPolicy, ClaimRequest, UpdateMessage, to common module, and added "/api" to urls where this part was missing
* refactored
* added methods from admin-controller, alarm-controller, asset-controller, audit-log-controller
* refactored rest client and added methods from auth controller
* added methods from component-descriptor-controller
* added methods from customer controller
* added methods from dashboard controller
* added methods from device controller
* refactored url pageLink params
* added methods from entity relation controller
* added methods from entity view controller
* refactored
* added methods from event controller
* added methods from rpc controller
* added methods from rule chain controller
* added methods from telemetry controller
* added methods from tenant controller
* added methods from user controller
* added methods from widgets bundle controller
* added methods from widget type controller
* created method refreshToken
* moved classes SecuritySettings, UserPasswordPolicy, ClaimRequest, UpdateMessage, to common module, and added "/api" to urls where this part was missing