All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.tirasa.connid.bundles.rest.Messages.properties Maven / Gradle / Ivy

#
# Copyright (C) 2016 ConnId ([email protected])
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

rest.connector.display=REST Connector

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy