1234567891011121314151617181920212223242526272829303132333435 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties2.xslt
- ## END OF WARNING
- ##
- ## Component: AAA
- ##
- ## Description: Messages for the CAMAAA component.
- ##
- #
- # Section: ACM
- #
- # Description: Error messages for the Access Control Module
- #
- AAA_ACM_E_NO_SOAPBODY_IN_RESPONSE = AAA-ACM-0001 No identity element is found in the query response for identities{0}
- AAA_ACM_E_NO_IDENTITIES_IN_RESPONSE = AAA-ACM-0002 No identities are found in the query response{0}
- AAA_ACM_E_CANNOT_GET_QUERY_CONNECTION = AAA-ACM-0003 CAMFactory cannot create httpclient
- AAA_ACM_E_AUTHENTICATION_FAILED_FOR_IDENTITY = AAA-ACM-0004 Authentication failed for query identities
- AAA_ACM_E_CANNOT_GET_SERVICE_URL = AAA-ACM-0005 Service url can not be retrieved from configuration
- AAA_ACM_E_ACCESSCONTROL_INITIALIZE_FAILED = AAA-ACM-0006 Access control module cannot be initialized
- AAA_ACM_E_LOADING_POLICY_FACTORY = AAA-ACM-0007 Failed to load customied policy factory
- AAA_ACM_E_INVALID_QNAME_FOR_POLICY_ELEMENT = AAA-ACM-0008 Policy element has invalid qname
- AAA_ACM_E_INVALID_FORMAT_FOR_BLOB = AAA-ACM-0009 Invalid format while creating policy blob
- AAA_ACM_E_CONFIG_TEST_FAILED = AAA-ACM-0010 Configuration test failed: {0}
- AAA_ACM_E_FAILED_TO_CREATE_HTTP_CLIENT = AAA-ACM-0011 Failed to create http client due to CAMCryptoException
- AAA_ACM_E_CANNOT_GET_POLICY_FACTORY_NAME = AAA-ACM-0012 Policy Factory Name can not be retrieved from configuration
- AAA_ACM_E_INTERNAL_ERROR = AAA-ACM-0013 Internal error has occured.
|