|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WBEMConfigurationProperties
The interface WBEMConfigurationProperties contains the names of all configuration properties that are recognized by the CIM Client.
| Field Summary | |
|---|---|
static java.lang.String |
CIMXML_EMBOBJBUILDER
Tells the XML builder how to sign embedded objects. |
static java.lang.String |
CIMXML_PARSER
Specifies the XML parser for parsing CIM-XML responses. The SAX parser is the default choice since it is fast, resource saving and interoperable. |
static java.lang.String |
CIMXML_PARSER_STRICT_EMBOBJ_TYPES
If set the type of valueless EmbeddedObjects are mapped to CLASS_T. |
static java.lang.String |
CIMXML_TRACING
Enables or disables tracing of CIM-XML communication. |
static java.lang.String |
CONFIG_URL
A URL string giving the location of the CIM client config file. |
static java.lang.String |
HTTP_AUTHENTICATION_MODULE
The Java class name of the authentication module to use for http authentication. |
static java.lang.String |
HTTP_CONNECTION_RETRIES
Specifies how often the client will retry to connect to a CIMOM which refused the connection in the first place. Type: IntegerRecognition: AnytimeRange: 0 .. |
static java.lang.String |
HTTP_CONTENT_LENGTH_THRESHOLD
Specifies the threshold above which a http document is regarded as valid by the content length retry algorithm. Type: IntegerRecognition: AnytimeRange: 0 .. |
static java.lang.String |
HTTP_ENABLE_CONTENT_LENGTH_RETRY
Specifies if the client will discard and request again http documents with less than a given number of bytes. Type: BooleanRecognition: AnytimeRange: true, falseDefault: false |
static java.lang.String |
HTTP_POOL_SIZE
The size of the internal http connection pools. |
static java.lang.String |
HTTP_TIMEOUT
The timeout for http requests. |
static java.lang.String |
HTTP_USE_CHUNKING
Specifies if chunking is used for transmitting http messages. Type: BooleanRecognition: AnytimeRange: true, falseDefault: true |
static java.lang.String |
HTTP_USE_MPOST
Specifies if MPOST is used for transmitting http messages. |
static java.lang.String |
HTTP_VERSION
Specifies the http protocol version to use. |
static java.lang.String |
KEY_CREDENTIALS_DEFAULT_ENABLED
If set to false user supplied credentials wil be applied. |
static java.lang.String |
KEY_DEFAULT_CREDENTIAL
default Credential value is set to "default" Type: String Recognition: On next HTTP client Default: "default" |
static java.lang.String |
KEY_DEFAULT_PRINCIPAL
default Principal value is set to "default" Type: String Recognition: On next HTTP client Default: "default" |
static java.lang.String |
KEYSTORE_PASSWORD
The password of the keystore. Type: StringRecognition: On next SSL connectionDefault: none |
static java.lang.String |
KEYSTORE_PATH
The file path of the SSL keystore. Type: StringRecognition: On next SSL connectionDefault: none |
static java.lang.String |
KEYSTORE_TYPE
The type of the keystore. Type: StringRecognition: On next SSL connectionRange: PKCS12, JKS, ...Default: JKS |
static java.lang.String |
LISTENER_BACKLOG
The number of queued connections that is tolerated before the thread pool creates an additional handler thread. |
static java.lang.String |
LISTENER_HANDLER_MAX_IDLE
The idle time of a worker that is tolerated before the worker is destroyed by the thread pool. |
static java.lang.String |
LISTENER_HTTP_TIMEOUT
The timeout for http connections of an indication listener. |
static java.lang.String |
LISTENER_MAX_POOL_SIZE
The size of the thread pool for the connection handlers of the indicati for http connections of an indication listener. |
static java.lang.String |
LISTENER_MIN_POOL_SIZE
The minimal number of connection handlers of the indication listener that will be kept open by the thread pool regardsless of the current load. |
static java.lang.String |
LOG_CONSOLE_LEVEL
Sets the minimum level for messages to be written to the console logger file. Type: DiscreteRecognition: StartupRange: OFF, SEVERE, WARNING, INFO, CONFIG, ALLDefault: OFF, which disables console logging completely. |
static java.lang.String |
LOG_CONSOLE_TYPE
Sets the type of the console logger. |
static java.lang.String |
LOG_FILE_COUNT
Sets the number of log files to cycle through. |
static java.lang.String |
LOG_FILE_LEVEL
Sets the minimum level for messages to be written to the log file. Type: DiscreteRecognition: StartupRange: OFF, SEVERE, WARNING, INFO, CONFIG, ALLDefault: OFF, which disables file logging completely. |
static java.lang.String |
LOG_FILE_LOCATION
A string specifying the location of the log file. |
static java.lang.String |
LOG_FILE_SIZE_LIMIT
Sets the maximum size in bytes of a single log file. |
static java.lang.String |
SSL_KEYMANAGER_ALGORITHM
The key manager factory algorithm name. Security property: JRE global access via Security.setProperty() and Security.getProperty() !
Type: StringRecognition: On next SSL connectionRange: IbmX509, SunX509, ...Default: JRE specific |
static java.lang.String |
SSL_PROTOCOL
The protocol used for SSLContext.getInstance(String protocol). |
static java.lang.String |
SSL_SERVER_SOCKET_PROVIDER
The provider to use for creation of SSL server sockets. Security property: JRE global access via Security.setProperty() and Security.getProperty() !
Type: Java class nameRecognition: On next SSL connectionDefault: Security.getProviders("SSLContext.SSL") |
static java.lang.String |
SSL_SOCKET_PROVIDER
The provider to use for creation of SSL client sockets. Security property: JRE global access via Security.setProperty() and Security.getProperty() !
Type: Java class nameRecognition: On next SSL connectionDefault: Security.getProviders("SSLContext.SSL") |
static java.lang.String |
SSL_TRUSTMANAGER_ALGORITHM
The trust manager factory algorithm name. Security property: JRE global access via Security.setProperty() and Security.getProperty() !
Type: StringRecognition: On next SSL connectionRange: IbmX509, SunX509, ...Default: JRE specific |
static java.lang.String |
SYNCHRONIZED_SSL_HANDSHAKE
If set to false, SSL handshakes are not synchronized. |
static java.lang.String |
TRACE_FILE_COUNT
Sets the number of log files to cycle through. |
static java.lang.String |
TRACE_FILE_LEVEL
Sets the minimum level for messages to be written to the trace file. Type: DiscreteRecognition: StartupRange: OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALLDefault: OFF, which disables file tracing completely |
static java.lang.String |
TRACE_FILE_LOCATION
A string specifying the location of the trace file. |
static java.lang.String |
TRACE_FILE_SIZE_LIMIT
Sets the maximum size in bytes of a single log file. |
static java.lang.String |
TRUSTSTORE_PASSWORD
The password of the truststore. Type: StringRecognition: On next SSL connectionDefault: none |
static java.lang.String |
TRUSTSTORE_PATH
The file path of the SSL truststore. Type: StringRecognition: On next SSL connectionDefault: none |
static java.lang.String |
TRUSTSTORE_TYPE
The type of the truststore. Type: StringRecognition: On next SSL connectionRange: PKCS12, JKS, ...Default: JKS |
| Field Detail |
|---|
static final java.lang.String CONFIG_URL
static final java.lang.String LOG_FILE_LEVEL
DiscreteStartupOFF, SEVERE, WARNING, INFO, CONFIG, ALLOFF, which disables file logging completely.
static final java.lang.String LOG_FILE_LOCATION
| / | the local pathname separator |
| %t | the system temporary directory |
| %h | the value of the "user.home" system property |
| %g | the generation number to distinguish rotated logs |
| %u | a unique number to resolve conflicts |
| %% | translates to a single percent sign "%" |
%t/java%g.log with a count of
2 would typically cause log files to be written on Unix to
/var/tmp/java2.logStringStartup%t/cimclient_log_%g.txt.
static final java.lang.String LOG_FILE_SIZE_LIMIT
IntegerStartup0 .. Integer.MAX_VALUE100.000
static final java.lang.String LOG_FILE_COUNT
IntegerStartup1 .. Integer.MAX_VALUE5
static final java.lang.String LOG_CONSOLE_LEVEL
DiscreteStartupOFF, SEVERE, WARNING, INFO, CONFIG, ALLOFF, which disables console logging completely.
static final java.lang.String LOG_CONSOLE_TYPE
DiscreteStartupMESSAGE, TRACEMESSAGE.
static final java.lang.String TRACE_FILE_LEVEL
DiscreteStartupOFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALLOFF, which disables file tracing completely
static final java.lang.String TRACE_FILE_LOCATION
| / | the local pathname separator |
| %t | the system temporary directory |
| %h | the value of the "user.home" system property |
| %g | the generation number to distinguish rotated logs |
| %u | a unique number to resolve conflicts |
| %% | translates to a single percent sign "%" |
%t/java%g.log with a count of
2 would typically cause log files to be written on Unix to
/var/tmp/java2.logStringStartup%t/cimclient_trace_%g.txt
static final java.lang.String TRACE_FILE_SIZE_LIMIT
IntegerStartup0 .. Integer.MAX_VALUE1.000.000
static final java.lang.String TRACE_FILE_COUNT
IntegerStartup1 .. Integer.MAX_VALUE5
static final java.lang.String HTTP_TIMEOUT
IntegerMillisecondsAnytime0 .. Integer.MAX_VALUE0
static final java.lang.String HTTP_POOL_SIZE
WBEMClient instance has it's own http connection pool. A
positive value defines the number of connections, zero that no connection
will be reused, and -1 all connections will be reused (when it's
possible).IntegerAnytime-1, 0, 1 .. Integer.MAX_VALUE16
static final java.lang.String HTTP_AUTHENTICATION_MODULE
StringOn next authenticationorg.sblim.cimclient.internal.http.WwwAuthInfo, org.sblim.cimclient.internal.http.PegasusLocalAuthInfo or any self-written subclass of org.sblim.cimclient.internal.http.AuthorizationInfo
org.sblim.cimclient.internal.http.WwwAuthInfo
static final java.lang.String HTTP_USE_MPOST
BooleanAnytimetrue, falsetrue
static final java.lang.String HTTP_USE_CHUNKING
BooleanAnytimetrue, falsetrue
static final java.lang.String HTTP_VERSION
StringAnytime1.0, 1.11.1
static final java.lang.String HTTP_CONNECTION_RETRIES
IntegerAnytime0 .. Integer.MAX_VALUE0
static final java.lang.String HTTP_ENABLE_CONTENT_LENGTH_RETRY
BooleanAnytimetrue, falsefalse
static final java.lang.String HTTP_CONTENT_LENGTH_THRESHOLD
IntegerAnytime0 .. Integer.MAX_VALUE50
static final java.lang.String KEYSTORE_PATH
StringOn next SSL connection
static final java.lang.String KEYSTORE_TYPE
StringOn next SSL connectionPKCS12, JKS, ...JKS
static final java.lang.String KEYSTORE_PASSWORD
StringOn next SSL connection
static final java.lang.String TRUSTSTORE_PATH
StringOn next SSL connection
static final java.lang.String TRUSTSTORE_TYPE
StringOn next SSL connectionPKCS12, JKS, ...JKS
static final java.lang.String TRUSTSTORE_PASSWORD
StringOn next SSL connection
static final java.lang.String SSL_SOCKET_PROVIDER
Security.setProperty() and Security.getProperty() !
Java class nameOn next SSL connectionSecurity.getProviders("SSLContext.SSL")
static final java.lang.String SSL_SERVER_SOCKET_PROVIDER
Security.setProperty() and Security.getProperty() !
Java class nameOn next SSL connectionSecurity.getProviders("SSLContext.SSL")
static final java.lang.String SSL_PROTOCOL
Security.setProperty() and
Security.getProperty()On next SSL connection
static final java.lang.String SSL_KEYMANAGER_ALGORITHM
Security.setProperty() and Security.getProperty() !
StringOn next SSL connectionIbmX509, SunX509, ...JRE specific
static final java.lang.String SSL_TRUSTMANAGER_ALGORITHM
Security.setProperty() and Security.getProperty() !
StringOn next SSL connectionIbmX509, SunX509, ...JRE specific
static final java.lang.String CIMXML_PARSER
DiscreteAnytimeDOM, PULL, SAXSAX
static final java.lang.String CIMXML_TRACING
BooleanAnytimetrue, falsefalse
static final java.lang.String CIMXML_EMBOBJBUILDER
Tells the XML builder how to sign embedded objects. This is necessary due to
the non-consequent handling of embedded objects on different CIMOMs.
"AttribOnly" - only the EMBEDDEDOBJECT="instance/object" is used
(should be good for Pegasus)
"EmbObjQuali" - on qualified CIM-XML elements the EmbeddedObject qualifier is used
for embedded classes and instances
"EmbObjAndEmbInstQuali" -
on qualified CIM-XML elements the EmbeddedObject qualifier is used
for embedded classes and the EmbeddedInstance="className" qualifier
is used for embedded instances
Type: String
Recognition: Anytime
Range: AttribOnly, EmbObjQuali, EmbObjAndEmbInstQuali
Default: AttribOnly
static final java.lang.String CIMXML_PARSER_STRICT_EMBOBJ_TYPES
If set the type of valueless EmbeddedObjects are mapped to CLASS_T. It should work well with OpenPegasus-2.7.0. If unset no type mapping is done for valuless EmbeddedObjects. Type: Boolean Default: true
static final java.lang.String SYNCHRONIZED_SSL_HANDSHAKE
If set to false, SSL handshakes are not synchronized. If set to true, SSL handshakes are synchronized as a workaround for an IBMJSSE1 problem with thread-safe handshakes. Type: Boolean Recognition: On next HTTP client Default: false
static final java.lang.String KEY_CREDENTIALS_DEFAULT_ENABLED
If set to false user supplied credentials wil be applied. If set to true default credentials will be used. This can be used if the CIMOM requires a "garbage" credential Type: Boolean Recognition: On next HTTP client Default: false
static final java.lang.String KEY_DEFAULT_PRINCIPAL
default Principal value is set to "default" Type: String Recognition: On next HTTP client Default: "default"
static final java.lang.String KEY_DEFAULT_CREDENTIAL
default Credential value is set to "default" Type: String Recognition: On next HTTP client Default: "default"
static final java.lang.String LISTENER_HTTP_TIMEOUT
IntegerMillisecondsOn next creation of a WBEMListener0 .. Integer.MAX_VALUE10000
static final java.lang.String LISTENER_MAX_POOL_SIZE
IntegerCountOn next creation of a WBEMListener-1 .. Integer.MAX_VALUE8
static final java.lang.String LISTENER_MIN_POOL_SIZE
IntegerCountOn next creation of a WBEMListener0 .. Integer.MAX_VALUE2
static final java.lang.String LISTENER_BACKLOG
IntegerCountOn next creation of a WBEMListener0 .. Integer.MAX_VALUE2
static final java.lang.String LISTENER_HANDLER_MAX_IDLE
LongMillisecondsOn next creation of a WBEMListener0 .. Long.MAX_VALUE30000
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||