libSAML2Meta.properties revision dca4781896bf63f6c289ea980bf770560e8e2f08
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
396aeca634b86a3ab34d5bdb9c32cbce73c72421jerenkrantz# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz#
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz# The contents of this file are subject to the terms
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz# of the Common Development and Distribution License
07af571d0ef9975db2e79cd01222effd58dbb81ejerenkrantz# (the License). You may not use this file except in
07af571d0ef9975db2e79cd01222effd58dbb81ejerenkrantz# compliance with the License.
07af571d0ef9975db2e79cd01222effd58dbb81ejerenkrantz#
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz# You can obtain a copy of the License at
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz# https://opensso.dev.java.net/public/CDDLv1.0.html or
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz# opensso/legal/CDDLv1.0.txt
a4804918bbbb650c03f1954aa09a8e957589b1ccjerenkrantz# See the License for the specific language governing
a4804918bbbb650c03f1954aa09a8e957589b1ccjerenkrantz# permission and limitations under the License.
a4804918bbbb650c03f1954aa09a8e957589b1ccjerenkrantz#
2de11b5d55c9ffae11582eda6853c5628fccaad1jerenkrantz# When distributing Covered Code, include this CDDL
2de11b5d55c9ffae11582eda6853c5628fccaad1jerenkrantz# Header Notice in each file and include the License file
2de11b5d55c9ffae11582eda6853c5628fccaad1jerenkrantz# at opensso/legal/CDDLv1.0.txt.
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz# If applicable, add the following below the CDDL Header,
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz# with the fields enclosed by brackets [] replaced by
9e398d701dd430f073ff5418fb720642e064046ajerenkrantz# your own identifying information:
1a5b9e0071f0c662036250b482d566ad87ff0b4bjerenkrantz# "Portions Copyrighted [year] [name of copyright owner]"
1a5b9e0071f0c662036250b482d566ad87ff0b4bjerenkrantz#
1a5b9e0071f0c662036250b482d566ad87ff0b4bjerenkrantz# $Id: libSAML2Meta.properties,v 1.6 2009/03/13 21:32:02 asyhuang Exp $
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz#
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz
c4955dc69110568b20f1517b8bf113a791bf6496nd
c4955dc69110568b20f1517b8bf113a791bf6496ndusage=\nUSAGE:\n saml2meta import -u <userdn> [-w <password>|-j <password file>]\n [-r <realm>] [-m <xml file name>] [-x <xml file name>]\n [-t <circle of trust name>]\n saml2meta export -u <userdn> [-w <password>|-j <password file>]\n [-r <realm>] -e <entity id> [-n] [-m <xml file name>]\n [-x <xml file name>]\n saml2meta template -u <userdn> [-w <password>|-j <password file>]\n [-s <metaAlias> [-a <certAlias>] [-f <certAlias>]]\n [-d <metaAlias> [-b <certAlias>] [-g <certAlias>]]\n [-e <entity id>] -m <xml file name> -x <xml file name>\n saml2meta delete -u <userdn> [-w <password>|-j <password file>]\n [-r <realm>] -e <entity id> [-c]\n saml2meta list -u <userdn>\n [-w <password>|-j <password file>]\n saml2meta cotcreate -u <userdn>\n [-w <password>|-j <password file>]\n -t <circle of trust name> [-p <prefix url>]\n [-l <entity id, entity id,...>]\n saml2meta cotdelete -u <userdn>\n [-w <password>|-j <password file>]\n -t <circle of trust name>\n saml2meta cotadd -u <userdn>\n [-w <password>|-j <password file>]\n -t <circle of trust name> -e <entity id>\n saml2meta cotremove -u <userdn>\n [-w <password>|-j <password file>]\n -t <circle of trust name> -e <entity id>\n saml2meta cotmember -u <userdn>\n [-w <password>|-j <password file>]\n -t <circle of trust name>\n saml2meta cotlist -u <userdn>\n [-w <password>|-j <password file>]\n saml2meta -V\n saml2meta -?\n\nDESCRIPTION:\n Manages SAML 2.0 metadata and extended configuration.\n\n The import subcommand is used to load standard metadata and/or extended\n configuration.\n The export is used to export standard metadata and/or extended\n configuration in XML format. At least one of '-m' or '-x' option is\n required.\n The template is used to generate standard metadata for a hosted entity.\n The delete is used to remove standard metadata and/or extended entity\n configuration.\n The list command is used to list all the entity id in the system.\n The cotcreate command is used to create the circle of trust.\n The cotdelete command is used to delete the circle of trust.\n The cotadd command is used to add trusted provider to the circle of\n trust.\n The cotremove command is used to remove trusted provider from the\n circle of trust.\n The cotmember command is used to list the trusted providers from the\n circle of trust.\n The cotlist command is used to list all the name of circle of\n trust in the system.\n\nOPTIONS:\n The following options are supported:\n -u <userdn>, --runasdn <userdn>\n Full DN of the user running the command.\n\n -w <password>, --password <password>\n Specify password of the user running the command.\n\n -j <password file>, --passwordfile <password file>\n Specify file name containing password of the user running the command.\n\n -r <realm>, --realm <realm>\n Specify realm for the metadata or entity configuration. The default\n is root realm.\n\n -m <xml file name>, --meta-data-file <xml file name>\n Specify file name for the standard metadata.\n\n -x <xml file name>, --extended-data-file<xml file name>\n Specify file name for the extended entity configuration.\n\n -e <entity id>, --entityid <entity id>\n Specify entity id.\n\n -s <metaAlias>, --serviceprovider <metaAlias>\n Specify metaAlias for hosted service provider to be created.\n The format must be <realm>/<some string without "/"> for non-root\n realm or /<some string without "/"> for root realm.\n\n -a <certAlias>, --spscertalias <certAlias>\n Specify signing cert alias for hosted service provider to be created.\n\n -f <certAlias>, --specertalias <certAlias>\n Specify encryption cert alias for hosted service provider to be\n created.\n\n -d <metaAlias>, --identityprovider <metaAlias>\n Specify metaAlias for hosted identity provider to be created.\n The format must be <realm>/<some string without "/"> for non-root\n realm or /<some string without "/"> for root realm.\n\n -b <certAlias>, --idpscertalias <certAlias>\n Specify signing cert alias for hosted identity provider to be created.\n\n -g <certAlias>, --idpecertalias <certAlias>\n Specify encryption cert alias for hosted identity provider to be\n created.\n\n -n, --sign\n Sign the exported xml file(s).\n\n -c, --extendedonly\n Delete extended entity configuration only.\n\n -t, --cot\n Name of the circle of trust\n\n -p, --prefix\n Prefix URL for idp discovery reader and writer url.\n\n -l, --trustedproviders\n List of trusted providers in the circle of trust.\n\n -V, --version\n
2a02769ecfdc679118fd38016a78ac32f29c932bnd Print version information.\n\n -?, --help\n Print help information (this message).
ba6c07204bd224fa5d4cd0e6b8bf256d6daffb74nd
ba6c07204bd224fa5d4cd0e6b8bf256d6daffb74nd
ba6c07204bd224fa5d4cd0e6b8bf256d6daffb74ndentity_descriptor_exists=Entity descriptor "{0}" already exists under realm "{1}".
d735a001defbd754dac4465f12139d4c3141bff9bnicholesentity_config_exists=Entity config "{0}" already exists under realm "{1}".
d735a001defbd754dac4465f12139d4c3141bff9bnicholesinvalid_descriptor=Entity descriptor "{0}" under realm "{1}" has invalid syntax.
d735a001defbd754dac4465f12139d4c3141bff9bnicholesempty_entityid=Entity ID is not set.
d735a001defbd754dac4465f12139d4c3141bff9bnicholesrole_already_exists=A {0} entity already exists. Go to the Federation tab, and delete the existing {0} entity. Then you can return to reconfigure it.
d735a001defbd754dac4465f12139d4c3141bff9bnicholesentity_descriptor_not_exist=Entity descriptor "{0}" does not exist under realm "{1}".
d735a001defbd754dac4465f12139d4c3141bff9bnicholesinvalid_config=Entity config "{0}" under realm "{1}" has invalid syntax.
d735a001defbd754dac4465f12139d4c3141bff9bnicholesentity_config_not_exist=Entity config "{0}" does not exist under realm "{1}".
d735a001defbd754dac4465f12139d4c3141bff9bnicholesread_password_prompt=Password for {0}:
db5837bbc9bef214303e755fa52122140366cb6fianhlogin_fail=Login failed.
db5837bbc9bef214303e755fa52122140366cb6fianhfile_not_found=File "{0}" not found.
db5837bbc9bef214303e755fa52122140366cb6fianhinvalid_descriptor_file=Entity descriptor in file "{0}" has invalid syntax.
aac2b82fe4f1ac117e2a0702438d6615542642dandfile_import_ok=File "{0}" was imported successfully.
aac2b82fe4f1ac117e2a0702438d6615542642dandinvalid_config_file=Entity config in file "{0}" has invalid syntax.
aac2b82fe4f1ac117e2a0702438d6615542642dandfile_export_descriptor_ok=Entity descriptor was exported to file "{0}" successfully.
1d509de8742bc4904aad80d982650393cd5bc1f3trawickfile_export_config_ok=Entity config was exported to file "{0}" successfully.
1d509de8742bc4904aad80d982650393cd5bc1f3trawickexport_missing_m_x=At least one of '-m' or '-x' option is required for 'export'.
1d509de8742bc4904aad80d982650393cd5bc1f3trawickmissing_protocol=Unable to find server protocol from config file.
1d509de8742bc4904aad80d982650393cd5bc1f3trawickmissing_host=Unable to find server host name from config file.
a793d402c74e50326a2401cfbdc562c5781948fdndmissing_port=Unable to find server port from config file.
a793d402c74e50326a2401cfbdc562c5781948fdndmissing_deploy_uri=Unable to find server deploy URI from config file.
0a209fcb17b8c9a42a6149a1758e61cf6527d367nderror_write_to_file=Unable to write to file "{0}"
a793d402c74e50326a2401cfbdc562c5781948fdnddescriptor_template_ok=Hosted entity descriptor for realm "{1}" was written to file "{0}" successfully.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantzconfig_template_ok=Hosted entity config for realm "{1}" was written to file "{0}" successfully.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantzdescriptor_delete_ok=Descriptor and config for entity "{0}" was deleted successfully.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantzconfig_delete_ok=Config for entity "{0}" was deleted successfully.
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantzinvalid_realm=Unable to read service configuration for realm "{0}".
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantzinvalid_cert_alias=Unable to find certificate by cert alias "{0}".
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantzverify_no_cert=Unable to find certificate to verify signature under element "{0}".
031acbd88cdb9051f474a38ef67ca403cb7039b3nduntrusted_cert=Certificate found in Signature or KeyDescriptor under element "{0}" is not trusted.
031acbd88cdb9051f474a38ef67ca403cb7039b3ndverify_fail=Unable to verify signature under element "{0}".
031acbd88cdb9051f474a38ef67ca403cb7039b3ndcotcreate_ok=Circle of trust "{0}" is created successfully.
031acbd88cdb9051f474a38ef67ca403cb7039b3ndcotdelete_ok=Circle of trust "{0}" is deleted successfully.
ebf6c41faad84ab037fff4f04ec987463457ef2acoarcotremove_ok=EntityId "{1}" is removed from the circle of trust "{0}" successfully.
ebf6c41faad84ab037fff4f04ec987463457ef2acoarcotadd_ok=EntityId "{1}" is added to the circle of trust "{0}" successfully.
ebf6c41faad84ab037fff4f04ec987463457ef2acoarcotmember_ok=Circle of trust "{0}" is listed successfully.
ebf6c41faad84ab037fff4f04ec987463457ef2acoarinvalid_reader_url=Input reader url is not in URL format.
ebf6c41faad84ab037fff4f04ec987463457ef2acoarinvalid_writer_url=Input writer url is not in URL format.
ab8c0315521735c73ce16c8072f91e17c406ca5bndinvalid_cot_status=Status of circle of trust is invalid.
ab8c0315521735c73ce16c8072f91e17c406ca5bndnull_config=Unable to get configuration instance for SAML2COT.
ab8c0315521735c73ce16c8072f91e17c406ca5bndnull_cot=Input saml2 circle of trust descriptor is null.
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5ndcot_name_invalid=SAML2 circle of trust descriptor name is invalid.
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5ndcot_existed=SAML2 circle of trust descriptor existed.
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5ndentityid_invalid=Input entity id is invalid.
b9e99e0d3154bbebe3e1b8d11d6c15bde79510a5ndno_cot=SAML2 circle of trust is not found.
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantzfail_remove_cot=Failed to remove the entity from the circle of trust.
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantzfail_add_cot=Failed to add entity to the circle of trust.
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantzentity_in_cot=The entity existed in the circle of trust already.
4567cfc6a65328bd3e8dd2b758ca926b389c7058brianpunknownError=Unknown error occurred.
4567cfc6a65328bd3e8dd2b758ca926b389c7058brianpcotlist_ok=Operation: cotlist is executed successfully.
4567cfc6a65328bd3e8dd2b758ca926b389c7058brianpcotmember_no_entity=There are no trusted entities in the circle of trust: "{0}".
3068cf5757c8bdbea77e8f6805686aa0b0241a17ndcotmember_entity=Listing the trusted entities in the circle of trust: "{0}".
3068cf5757c8bdbea77e8f6805686aa0b0241a17ndentity_id=Entity ID:
3068cf5757c8bdbea77e8f6805686aa0b0241a17ndnone_cot=There is no circle of trust in the system.
3068cf5757c8bdbea77e8f6805686aa0b0241a17ndcotlist_list=Listing all the circle of trust name in the system:
4cdc5446050c19b9d519a273a129188586e8d445jerenkrantzcot_name=Circle of Trust Name:
4cdc5446050c19b9d519a273a129188586e8d445jerenkrantzcot_delete_prohibit=Delete the circle of trust is not allowed.
4cdc5446050c19b9d519a273a129188586e8d445jerenkrantznone_entity=There is no entity in the system.
e0b93afc77decfbc0aab461b08ee224a0af89af2rederpjlist_entity=Listing all the entity id(s) in the system:
e0b93afc77decfbc0aab461b08ee224a0af89af2rederpjlist_ok=Operation: list is executed successfully.
e0b93afc77decfbc0aab461b08ee224a0af89af2rederpj