public class WBEMListenerConstants
extends java.lang.Object
WBEMListener
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 java.lang.String |
PROP_LISTENER_CIPHERS
Use this property to set the list of ciphers the listener will support.
|
static java.lang.String |
PROP_LISTENER_KEYSTORE
This property along with the PROP_LISTENER_KEYSTORE_PASSWORD and
PROP_LISTENER_TRUSTSTORE are used to configure mutual authentication.
|
static java.lang.String |
PROP_LISTENER_KEYSTORE_PASSWORD
This property along with the PROP_LISTENER_KEYSTORE and
PROP_LISTENER_TRUSTSTORE are used to configure mutual authentication.
|
static java.lang.String |
PROP_LISTENER_TRUSTSTORE
This property along with the PROP_LISTENER_KEYSTORE and
PROP_LISTENER_KEYSTORE_PASSWORD are used to configure mutual
authentication.
|
Constructor and Description |
---|
WBEMListenerConstants() |
public static final java.lang.String PROP_LISTENER_CIPHERS
public static final java.lang.String PROP_LISTENER_KEYSTORE
public static final java.lang.String PROP_LISTENER_KEYSTORE_PASSWORD
public static final java.lang.String PROP_LISTENER_TRUSTSTORE
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.