ScriptResource.properties revision 63ee0c9f26b85deae17137a3965738153e0b2d20
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder#
c63ebf815c8a874525cf18670ad74847f7fc7b26Christian Maeder# The contents of this file are subject to the terms of the Common Development and
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder# Distribution License (the License). You may not use this file except in compliance with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# License.
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder#
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# specific language governing permission and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder#
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# When distributing Covered Software, include this CDDL Header Notice in each file and include
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maeder# Header, with the fields enclosed by brackets [] replaced by your own identifying
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# information: "Portions copyright [year] [name of copyright owner]".
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder#
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# Copyright 2016 ForgeRock AS.
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder#
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder#
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder########################################################################################################################
a1ed34933c266ce85066acb0d7b20c90cb8eb213Christian Maeder# ApiDescriptor annotation translations
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder########################################################################################################################
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian Maedertitle=Script resources
ad270004874ce1d0697fb30d7309f180553bb315Christian Maederdescription=The script resources service is responsible for managing scripts used for client-side and \
4d56f2fa72e4aec20eb827c11ed49c8cbb7014bdChristian Maeder server-side scripted authentication, custom policy conditions, and handling OpenID Connect claims. Scripts are \
4cb215739e9ab13447fa21162482ebe485b47455Christian Maeder represented in JSON and take the following form. Scripts are built from standard JSON objects and values (strings, \
8ef75f1cc0437656bf622cec5ac9e8ea221da8f2Christian Maeder numbers, objects, sets, arrays, true, false, and null). Each script has a system-generated universally unique \
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich identifier (UUID), which must be used when modifying existing scripts. Renaming a script will not affect the UUID
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maedervalidate.action.description=Validate a script. Include a JSON representation of the script and the script language, \
74eed04be26f549d2f7ca35c370e1c03879b28b1Christian Maeder JAVASCRIPT or GROOVY, in the POST data. The value for script must be in UTF-8 format and then encoded into Base64
d23b0cc79c0d204e6ec758dff8d0ba71c9f693f7Christian Maedercreate.description=Create a script in a realm. The value for script must be in UTF-8 format and then encoded into \
3e8b136f23ed57d40ee617f49bcac37830b58cabChristian Maeder Base64.
ef9e8535c168d3f774d9e74368a2317a9eda5826Christian Maederdelete.description=Delete an individual script in a realm specified by the UUID parameter
3e8b136f23ed57d40ee617f49bcac37830b58cabChristian Maederquery.description=List all the scripts in a realm, as well as any global scripts
ef9e8535c168d3f774d9e74368a2317a9eda5826Christian Maederread.description=Read an individual script in a realm by specifying the UUID parameter
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maederupdate.description=Update an individual script in a realm specified by the UUID parameter
e593b89bfd4952698dc37feced21cefe869d87a2Christian MaederpathParam.description=The unique identifier of the script
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder########################################################################################################################
7cc09dd93962a2155c34d209d1d4cd7d7b838264Christian Maeder# ApiError translations
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maeder########################################################################################################################
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maeder
51d769d55d88dfa88bdf54bee78d8fa85a2deba8Christian Maedererror.missing.script=A script must be specified
f041c9a6bda23de33a38490e35b831ae18d96b45Christian Maedererror.script.decode=Failed to decode UTF-8 encoded script
7cc09dd93962a2155c34d209d1d4cd7d7b838264Christian Maedererror.script.language.not.supported=Scripting language not supported: <Script language>
51d769d55d88dfa88bdf54bee78d8fa85a2deba8Christian Maedererror.cannot.find.realm=Cannot find realm <Realm>
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maedererror.cannot.delete.default.script=Default script <Script> cannot be deleted
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maedererror.script.not.found=Script with UUID <UUID> could not be found in realm <Realm>
c3053d57f642ca507cdf79512e604437c4546cb9Christian Maedererror.delete.script.used.once=The script <Script> is used once
dcbd32289a7bdf1e6edd06c6ab0698c6a9dbf37aChristian Maedererror.delete.script.used.multiple=The script <Script> is used <X> times
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maedererror.delete.failed=Failed to delete script with UUID <UUID> from realm <Realm>
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maedererror.script.type.not.found=Script type not recognised: <Script type>
dcbd32289a7bdf1e6edd06c6ab0698c6a9dbf37aChristian Maedererror.script.name.empty=Script name must be specified
05a62e84edac8c64de04f8349dee418598d216b9Christian Maedererror.script.not.specified=A script must be specified
1cd4f6541984962658add5cfaa9f28a93879881bChristian Maedererror.script.language.not.spec=Scripting language must be specified
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maedererror.script.type.not.spec=Script type must be specified
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder########################################################################################################################
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder# Schema translations
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder########################################################################################################################
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maederaction.request.schema.title=Validate request schema
d54cd08a4cfa26256c38d8ed12c343adbfe1a0e3Christian Maederaction.request.schema.description=Validate action request schema
23b4e542dca35852f58d1fb3f7d9078c1de5ab06Christian Maederaction.response.schema.title=Validate response schema
624e6701e0deb7ac6c03c0cba0190fbc5033cf93Ewaryst Schulzaction.response.schema.description=Validate action response schema
8cacad2a09782249243b80985f28e9387019fe40Christian Maedersuccess.title=Success flag
363939beade943a02b31004cea09dec34fa8a6d9Christian Maedersuccess.description=True if the script validation successful
a7c27282e71cf4505026645f96d4f5cb8a284e32Christian Maedererrors.title=Validation errors
363939beade943a02b31004cea09dec34fa8a6d9Christian Maedererrors.description=List of validation errors
014dc30f64ec25e4790cca987d4d1e6635430510Christian Maederline.title=Line number
f04e8f3ff56405901be968fd4c6e9769239f1a9bKlaus Luettichline.description=Line number of the script where the script validation failed
6aea82c63ba1d2efc0329bc784a14e521469ec20Christian Maedercolumn.title=Column number
6aea82c63ba1d2efc0329bc784a14e521469ec20Christian Maedercolumn.description=Column number of the script where the script validation failed
431d34c7007a787331c4e5ec997badb0f8190fc7Christian Maedermessage.title=Error message
f1541d4a151dbd08002dbd14e7eb1d5dde253689Christian Maedermessage.description=Script validation error message
498aa48bdb931ab50990d3b74318a5db2312186cChristian Maederschema.title=Script resource schema
f1541d4a151dbd08002dbd14e7eb1d5dde253689Christian Maederschema.description=Script resource endpoint json schema
6dc9bc98d0854fe2e3dd3bfc4275096a0c28ee1cChristian Maedername.title=Script name
6dc9bc98d0854fe2e3dd3bfc4275096a0c28ee1cChristian Maedername.description=The name provided for the script
6dc9bc98d0854fe2e3dd3bfc4275096a0c28ee1cChristian Maederdescription.title=Script description
23ffcc44ca8612feccbd8fda63fa5be7ab5f9dc3Christian Maederdescription.description=An optional text string to help identify the script
61fa0ac06ede811c7aad54ec4c4202346727368eChristian Maederscript.title=Script
c0c2380bced8159ff0297ece14eba948bd236471Christian Maederscript.description=The source code of the script. The source code is in UTF-8 format and encoded into Base64
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maederlanguage.title=Script language
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maederlanguage.description=The language the script is written in - JAVASCRIPT or GROOVY
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maedercontext.title=Context
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maedercontext.description=The context type of the script. Supported values are: \
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder POLICY_CONDITION : Policy Condition \
9e748851c150e1022fb952bab3315e869aaf0214Christian Maeder AUTHENTICATION_SERVER_SIDE : Server-side Authentication \
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder AUTHENTICATION_CLIENT_SIDE : Client-side Authentication - Note Client-side scripts must be written in JavaScript \
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder OIDC_CLAIMS : OIDC Claims
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian MaedercreatedBy.title=Created by
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaedercreatedBy.description=A string containing the universal identifier DN of the subject that created the script
ca074a78b8dcccbb8c419586787882f98d0c6163Christian MaedercreationDate.title=Creation date
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaedercreationDate.description=An integer containing the creation date and time, in ISO 8601 format
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian MaederlastModifiedBy.title=Last modifier
a5e5b8c3e5c11177e5034ef2423813a5d28979edChristian MaederlastModifiedBy.description=A string containing the universal identifier DN of the subject that most recently updated \
bc8cbf12aa172bf5673b92a9e7a0151d4aa4c315Christian Maeder the resource type. If the script has not been modified since it was created, this property will have the same value \
2d130d212db7208777ca896a7ecad619a8944971Christian Maeder as createdBy
2d130d212db7208777ca896a7ecad619a8944971Christian MaederlastModifiedDate.title=Last modification date
51d769d55d88dfa88bdf54bee78d8fa85a2deba8Christian MaederlastModifiedDate.description=A string containing the last modified date and time, in ISO 8601 format. If the script \
a5e5b8c3e5c11177e5034ef2423813a5d28979edChristian Maeder has not been modified since it was created, this property will have the same value as creationDate
a42fbfe7becf0eae2d624123eb0db73a794593f0Christian Maeder