public class WBEMClientConstants extends Object
WBEMClient
configuration. If a property is tagged as optional an implementation may or
may not support the property. If the implementation does not support the
property, it must throw an IllegalArgumentException
if the
property value is attempted to be set.Modifier and Type | Field and Description |
---|---|
static String |
PROP_CLIENT_CIPHERS
Use this property to set the list of ciphers the client will support.
|
static String |
PROP_CLIENT_KEYSTORE
This property along with the PROP_CLIENT_KEYSTORE_PASSWORD and
PROP_CLIENT_TRUSTSTORE are used to configure mutual authentication.
|
static String |
PROP_CLIENT_KEYSTORE_PASSWORD
This property along with the PROP_CLIENT_KEYSTORE and
PROP_CLIENT_TRUSTSTORE are used to configure mutual authentication.
|
static String |
PROP_CLIENT_TRUSTSTORE
This property along with the PROP_CLIENT_KEYSTORE and
PROP_CLIENT_KEYSTORE_PASSWORD are used to configure mutual
authentication.
|
static String |
PROP_ENABLE_CONSOLE_LOGGING
The value for this property is the level of debug requested.
|
static String |
PROP_ENABLE_FILE_LOGGING
The value for this property is the level of debug requested.
|
static String |
PROP_LOG_BYTE_LIMIT
The maximum size in bytes for each log file.
|
static String |
PROP_LOG_DIR
Set this property to the directory where the log files are created.
|
static String |
PROP_LOG_FILENAME
The name of the client log file.
|
static String |
PROP_LOG_NUM_FILES
The number of log files that will be used.
|
static String |
PROP_TIMEOUT
The timeout for the client to wait for connections.
|
static String |
PROPERTY_WBEM_CHUNKING
This property will enable HTTP chunking for a client request.
|
static String |
PROTOCOL_CIMXML
The CIM-XML Protocol as defined by the DMTF in the following
specifications:
|
static String |
PROTOCOL_WSMANAGEMENT
The WS-Management Protocol as defined by the DMTF in the following
specifications:
|
Constructor and Description |
---|
WBEMClientConstants() |
public static final String PROP_CLIENT_CIPHERS
public static final String PROP_CLIENT_KEYSTORE
public static final String PROP_CLIENT_KEYSTORE_PASSWORD
public static final String PROP_CLIENT_TRUSTSTORE
public static final String PROP_ENABLE_CONSOLE_LOGGING
public static final String PROP_ENABLE_FILE_LOGGING
public static final String PROP_LOG_BYTE_LIMIT
public static final String PROP_LOG_DIR
public static final String PROP_LOG_FILENAME
public static final String PROP_LOG_NUM_FILES
public static final String PROP_TIMEOUT
public static final String PROPERTY_WBEM_CHUNKING
public static final String PROTOCOL_CIMXML
DSP0200 - CIM Operations over HTTP DSP0201 - Representation of CIM Using XML DSP0203 - CIM DTD
public static final String PROTOCOL_WSMANAGEMENT
DSP0226 - WS-Management DSP0227 - WS-Management CIM Binding Specification DSP0230 - WS-CIM Mapping Specification
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.