1 /*
2 (C) Copyright IBM Corp. 2006, 2012
3
4 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
5 ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
6 CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
7
8 You can obtain a current copy of the Eclipse Public License from
9 http://www.opensource.org/licenses/eclipse-1.0.php
10
11 @author : Alexander Wolf-Reber, IBM, a.wolf-reber@de.ibm.com
12 *
13 * Change History
14 * Flag Date Prog Description
15 *-------------------------------------------------------------------------------
16 * 1565892 2006-11-16 lupusalex Make SBLIM client JSR48 compliant
17 * 1711092 2006-05-02 lupusalex Some fixes/additions of log&trace messages
18 * 2003590 2008-06-30 blaschke-oss Change licensing from CPL to EPL
19 * 2524131 2009-01-21 raman_arora Upgrade client to JDK 1.5 (Phase 1)
20 * 3536399 2012-08-25 hellerda Add client/listener peer authentication properties
21 */
22
23 package org.metricshub.wbem.sblim.cimclient.internal.logging;
24
25 /*-
26 * ╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲
27 * WBEM Java Client
28 * ჻჻჻჻჻჻
29 * Copyright 2023 - 2025 MetricsHub
30 * ჻჻჻჻჻჻
31 * Licensed under the Apache License, Version 2.0 (the "License");
32 * you may not use this file except in compliance with the License.
33 * You may obtain a copy of the License at
34 *
35 * http://www.apache.org/licenses/LICENSE-2.0
36 *
37 * Unless required by applicable law or agreed to in writing, software
38 * distributed under the License is distributed on an "AS IS" BASIS,
39 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40 * See the License for the specific language governing permissions and
41 * limitations under the License.
42 * ╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱╲╱
43 */
44
45 /**
46 * Interface Messages holds the constants for the message keys.
47 *
48 */
49 public interface Messages {
50 /**
51 * GREETING
52 */
53 public String GREETING = "CIM0001I";
54
55 /**
56 * RELEASE
57 */
58 public String RELEASE = "CIM0002I";
59
60 /**
61 * OS
62 */
63 public String OS = "CIM0003I";
64
65 /**
66 * JRE
67 */
68 public String JRE = "CIM0004I";
69
70 /**
71 * JVM
72 */
73 public String JVM = "CIM0005I";
74
75 /**
76 * CONFIGURATION_URL
77 */
78 public String CONFIGURATION_URL = "CIM1001C";
79
80 /**
81 * CONFIGURATION_LOAD_FAILED
82 */
83 public String CONFIGURATION_LOAD_FAILED = "CIM1002C";
84
85 /**
86 * EXCEPTION_DURING_CONFIGURATION_LOAD
87 */
88 public String EXCEPTION_DURING_CONFIGURATION_LOAD = "CIM1003S";
89
90 /**
91 * INVALID_KEY_IN_CONFIG_FILE
92 */
93 public String INVALID_KEY_IN_CONFIG_FILE = "CIM1004W";
94
95 /**
96 * HTTP_PROXY_AUTH_UNSUPPORTED
97 */
98 public String HTTP_PROXY_AUTH_UNSUPPORTED = "CIM2001S";
99
100 /**
101 * HTTP_CONNECTION_FAILED
102 */
103 public String HTTP_CONNECTION_FAILED = "CIM2002W";
104
105 /**
106 * HTTP_NO_SOCKET_FACTORY
107 */
108 public String HTTP_NO_SOCKET_FACTORY = "CIM2003S";
109
110 /**
111 * HTTP_AUTH_MODULE_INVALID
112 */
113 public String HTTP_AUTH_MODULE_INVALID = "CIM2004S";
114
115 /**
116 * HTTP_INVALID_HEADER
117 */
118 public String HTTP_INVALID_HEADER = "CIM2005W";
119
120 /**
121 * HTTP_HANDLE_CONNECTION_FAILED
122 */
123 public String HTTP_HANDLE_CONNECTION_FAILED = "CIM2006S";
124
125 /**
126 * HTTP_PEGASUS_LOCAL_AUTH_READ
127 */
128 public String HTTP_PEGASUS_LOCAL_AUTH_READ = "CIM2007S";
129
130 /**
131 * SSL_JSSE_PROVIDER_LOAD_FAILED
132 */
133 public String SSL_JSSE_PROVIDER_LOAD_FAILED = "CIM2100S";
134
135 /**
136 * SSL_KEYSTORE_NOT_FOUND
137 */
138 public String SSL_KEYSTORE_NOT_FOUND = "CIM2101C";
139
140 /**
141 * SSL_KEYSTORE_NOT_READABLE
142 */
143 public String SSL_KEYSTORE_NOT_READABLE = "CIM2102W";
144
145 /**
146 * SSL_KEYSTORE_INVALID_CERT
147 */
148 public String SSL_KEYSTORE_INVALID_CERT = "CIM2103W";
149
150 /**
151 * SSL_KEYSTORE_UNRECOVERABLE_KEY
152 */
153 public String SSL_KEYSTORE_UNRECOVERABLE_KEY = "CIM2104W";
154
155 /**
156 * SSL_KEYSTORE_INVALID
157 */
158 public String SSL_KEYSTORE_INVALID = "CIM2105W";
159
160 /**
161 * SSL_KEYSTORE_OTHER
162 */
163 public String SSL_KEYSTORE_OTHER = "CIM2106W";
164
165 /**
166 * SSL_KEYSTORE_FALLBACK
167 */
168 public String SSL_KEYSTORE_FALLBACK = "CIM2107C";
169
170 /**
171 * SSL_CONTEXT_INIT_FAILED
172 */
173 public String SSL_CONTEXT_INIT_FAILED = "CIM2301S";
174
175 /**
176 * SSL_KEYSTORE_INVALID_ALGORITHM
177 */
178 public String SSL_KEYSTORE_INVALID_ALGORITHM = "CIM2108W";
179
180 /**
181 * SSL_KEYSTORE_NULL
182 */
183 public String SSL_KEYSTORE_NULL = "CIM2110C";
184
185 /**
186 * SSL_TRUSTSTORE_NOT_FOUND
187 */
188 public String SSL_TRUSTSTORE_NOT_FOUND = "CIM2201C";
189
190 /**
191 * SSL_TRUSTSTORE_NOT_READABLE
192 */
193 public String SSL_TRUSTSTORE_NOT_READABLE = "CIM2202W";
194
195 /**
196 * SSL_TRUSTSTORE_INVALID_CERT
197 */
198 public String SSL_TRUSTSTORE_INVALID_CERT = "CIM2203W";
199
200 /**
201 * SSL_TRUSTSTORE_INVALID
202 */
203 public String SSL_TRUSTSTORE_INVALID = "CIM2205W";
204
205 /**
206 * SSL_TRUSTSTORE_OTHER
207 */
208 public String SSL_TRUSTSTORE_OTHER = "CIM2206W";
209
210 /**
211 * SSL_TRUSTSTORE_FALLBACK
212 */
213 public String SSL_TRUSTSTORE_FALLBACK = "CIM2207C";
214
215 /**
216 * SSL_TRUSTSTORE_INVALID_ALGORITHM
217 */
218 public String SSL_TRUSTSTORE_INVALID_ALGORITHM = "CIM2208W";
219
220 /**
221 * SSL_TRUSTSTORE_ACTIVE
222 */
223 public String SSL_TRUSTSTORE_ACTIVE = "CIM2209C";
224
225 /**
226 * SSL_TRUSTSTORE_NULL
227 */
228 public String SSL_TRUSTSTORE_NULL = "CIM2210C";
229
230 /**
231 * SSL_TRUSTSTORE_INACTIVE
232 */
233 public String SSL_TRUSTSTORE_INACTIVE = "CIM2211W";
234
235 /**
236 * SSL_TRUSTSTORE_FALLBACK_NOTRUST
237 */
238 public String SSL_TRUSTSTORE_FALLBACK_NOTRUST = "CIM2212W";
239
240 /**
241 * CIM_XMLHELPER_FAILED
242 */
243 public String CIM_XMLHELPER_FAILED = "CIM3000S";
244
245 /**
246 * TEST_MESSAGE
247 */
248 public String TEST_MESSAGE = "CIM9999S";
249 }