|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wbem.listener.WBEMListenerConstants
public class WBEMListenerConstants
This class defines the constants used for 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.
Field Summary | |
---|---|
static String |
PROP_LISTENER_CIPHERS
Use this property to set the list of ciphers the listener will support. |
static String |
PROP_LISTENER_KEYSTORE
This property along with the PROP_LISTENER_KEYSTORE_PASSWORD and PROP_LISTENER_TRUSTSTORE are used to configure mutual authentication. |
static String |
PROP_LISTENER_KEYSTORE_PASSWORD
This property along with the PROP_LISTENER_KEYSTORE and PROP_LISTENER_TRUSTSTORE are used to configure mutual authentication. |
static String |
PROP_LISTENER_TRUSTSTORE
This property along with the PROP_LISTENER_KEYSTORE and PROP_LISTENER_KEYSTORE_PASSWORD are used to configure mutual authentication. |
Constructor Summary | |
---|---|
WBEMListenerConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROP_LISTENER_CIPHERS
public static final String PROP_LISTENER_KEYSTORE
public static final String PROP_LISTENER_KEYSTORE_PASSWORD
public static final String PROP_LISTENER_TRUSTSTORE
Constructor Detail |
---|
public WBEMListenerConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |