diff --git a/src/main/resources/net/tirasa/connid/bundles/rest/Messages.properties b/src/main/resources/net/tirasa/connid/bundles/rest/Messages.properties index dea069e..6b5c745 100644 --- a/src/main/resources/net/tirasa/connid/bundles/rest/Messages.properties +++ b/src/main/resources/net/tirasa/connid/bundles/rest/Messages.properties @@ -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 diff --git a/src/main/resources/net/tirasa/connid/bundles/rest/Messages_it.properties b/src/main/resources/net/tirasa/connid/bundles/rest/Messages_it.properties index e975681..fc70c55 100644 --- a/src/main/resources/net/tirasa/connid/bundles/rest/Messages_it.properties +++ b/src/main/resources/net/tirasa/connid/bundles/rest/Messages_it.properties @@ -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