com.bea.wli.control.mqseries
Annotation Type MQSeries.SSLSettings


@Retention(value=RUNTIME)
public static @interface MQSeries.SSLSettings

Specifies the SSL settings for the MQSeries control.


Required Element Summary
 boolean sslRequired
          This attribute determines if SSL is required or not, based on whether the value is True or False.
 boolean twoWaySSLRequired
          This attribute determines if two-way SSL is required or not, based on whether the value is True or False
 

Element Detail

sslRequired

public abstract boolean sslRequired
This attribute determines if SSL is required or not, based on whether the value is True or False.


twoWaySSLRequired

public abstract boolean twoWaySSLRequired
This attribute determines if two-way SSL is required or not, based on whether the value is True or False