Skip to content

Commit

Permalink
[REST-5] Added help properties messages to correctly use display mess…
Browse files Browse the repository at this point in the history
…ages as IDs for configuration fields
  • Loading branch information
Matteo Alessandroni committed Aug 3, 2018
1 parent 919a6e2 commit c34af2a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,23 @@

rest.connector.display=REST Connector

baseAddress.display=Base address of the target RESTful service
accept.display=Value for the HTTP Accept header; defaults to application/json
contentType.display=Value for the HTTP Content-Type header; defaults to application/json
username.display=Username for authentication to the target RESTful service
password.display=Password for authentication to the target RESTful service
clientId.display=Client id for authentication to the target RESTful service
clientSecret.display=Client secret for authentication to the target RESTful service
accessTokenBaseAddress.display=Base address of the target RESTful service used to obtain access token
accessTokenContentType.display=Value for the HTTP Content-Type header for the target Access Token RESTful service; defaults to application/x-www-form-urlencoded
accessTokenNodeId.display=Field id of the JSON object node, returned from target Access Token RESTful service, that contains token value
baseAddress.help=Base address of the target RESTful service
baseAddress.display=Base Address
accept.help=Value for the HTTP Accept header; defaults to application/json
accept.display=Accept
contentType.help=Value for the HTTP Content-Type header; defaults to application/json
contentType.display=Content-Type
username.help=Username for authentication to the target RESTful service
username.display=Username
password.help=Password for authentication to the target RESTful service
password.display=Password
clientId.help=Client id for authentication to the target RESTful service
clientId.display=Client Id
clientSecret.help=Client secret for authentication to the target RESTful service
clientSecret.display=Client Secret
accessTokenBaseAddress.help=Base address of the target RESTful service used to obtain access token
accessTokenBaseAddress.display=Access Token base address
accessTokenContentType.help=Value for the HTTP Content-Type header for the target Access Token RESTful service; defaults to application/x-www-form-urlencoded
accessTokenContentType.display=Access Token Content-Type
accessTokenNodeId.help=Field id of the JSON object node, returned from target Access Token RESTful service, that contains token value
accessTokenNodeId.display=Access Token node id
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,23 @@

rest.connector.display=Connettore REST

baseAddress.display=Indirizzo base del servizio REST che si vuole utilizzare
accept.display=Valore del campo HTTP Accept header; di default \u00e8 application/json
contentType.display=Valore del campo HTTP Content-Type header; di default \u00e8 application/json
username.display=Username per l'autenticazione al servizio REST in questione
password.display=Password per l'autenticazione al servizio REST in questione
clientId.display=Client id per l'autenticazione al servizio REST in questione
clientSecret.display=Client secret per l'autenticazione al servizio REST in questione
accessTokenBaseAddress.display=Indirizzo base del servizio REST che si vuole utilizzare per ottenere il token
accessTokenContentType.display=Valore del campo HTTP Content-Type header per il servizio REST per ottenere il token; di default \u00e8 application/x-www-form-urlencoded
accessTokenNodeId.display=Identificatore del campo del nodo JSON, ritornato dal servizio REST per ottenere il token, dove \u00e8 salvato il valore del token
baseAddress.help=Indirizzo base del servizio REST che si vuole utilizzare
baseAddress.display=Indirizzo base
accept.help=Valore del campo HTTP Accept header; di default \u00e8 application/json
accept.display=Accept
contentType.help=Valore del campo HTTP Content-Type header; di default \u00e8 application/json
contentType.display=Content-Type
username.help=Username per l'autenticazione al servizio REST in questione
username.display=Username
password.help=Password per l'autenticazione al servizio REST in questione
password.display=Password
clientId.help=Client id per l'autenticazione al servizio REST in questione
clientId.display=Client Id
clientSecret.help=Client secret per l'autenticazione al servizio REST in questione
clientSecret.display=Client Secret
accessTokenBaseAddress.help=Indirizzo base del servizio REST che si vuole utilizzare per ottenere il token
accessTokenBaseAddress.display=Indirizzo base per l'Access Token
accessTokenContentType.help=Valore del campo HTTP Content-Type header per il servizio REST per ottenere il token; di default \u00e8 application/x-www-form-urlencoded
accessTokenContentType.display=Content-Type per l'Access Token
accessTokenNodeId.help=Identificatore del campo del nodo JSON, ritornato dal servizio REST per ottenere il token, dove \u00e8 salvato il valore del token
accessTokenNodeId.display=Id del nodo Access Token

0 comments on commit c34af2a

Please sign in to comment.