com.bea.control
Annotation Type MQControl.SSLSettings


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface MQControl.SSLSettings

Capture the properties if the user has chosen TCP as the connection type


Optional Element Summary
 boolean sslRequired
          Indicates whether the connection supports SSL
 boolean twoSSLRequired
          Indicates whether the connection supports two way SSL
 

sslRequired

public abstract boolean sslRequired
Indicates whether the connection supports SSL

Default:
false

twoSSLRequired

public abstract boolean twoSSLRequired
Indicates whether the connection supports two way SSL

Default:
false