org.glassfish.appclient.client.acc.config
Class Ssl

java.lang.Object
  extended by org.glassfish.appclient.client.acc.config.Ssl

public class Ssl
extends java.lang.Object


Field Summary
protected  java.lang.String certNickname
           
protected  java.lang.String ssl2Ciphers
           
protected  java.lang.Boolean ssl2Enabled
           
protected  java.lang.Boolean ssl3Enabled
           
protected  java.lang.String ssl3TlsCiphers
           
protected  java.lang.Boolean tlsEnabled
           
protected  java.lang.Boolean tlsRollbackEnabled
           
 
Constructor Summary
Ssl()
           
 
Method Summary
 java.lang.String getCertNickname()
          Gets the value of the certNickname property.
 java.lang.String getSsl2Ciphers()
          Gets the value of the ssl2Ciphers property.
 java.lang.String getSsl3TlsCiphers()
          Gets the value of the ssl3TlsCiphers property.
 boolean isSsl2Enabled()
          Gets the value of the ssl2Enabled property.
 boolean isSsl3Enabled()
          Gets the value of the ssl3Enabled property.
 boolean isTlsEnabled()
          Gets the value of the tlsEnabled property.
 boolean isTlsRollbackEnabled()
          Gets the value of the tlsRollbackEnabled property.
 void setCertNickname(java.lang.String value)
          Sets the value of the certNickname property.
 void setSsl2Ciphers(java.lang.String value)
          Sets the value of the ssl2Ciphers property.
 void setSsl2Enabled(java.lang.Boolean value)
          Sets the value of the ssl2Enabled property.
 void setSsl3Enabled(java.lang.Boolean value)
          Sets the value of the ssl3Enabled property.
 void setSsl3TlsCiphers(java.lang.String value)
          Sets the value of the ssl3TlsCiphers property.
 void setTlsEnabled(java.lang.Boolean value)
          Sets the value of the tlsEnabled property.
 void setTlsRollbackEnabled(java.lang.Boolean value)
          Sets the value of the tlsRollbackEnabled property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

certNickname

protected java.lang.String certNickname

ssl2Enabled

protected java.lang.Boolean ssl2Enabled

ssl2Ciphers

protected java.lang.String ssl2Ciphers

ssl3Enabled

protected java.lang.Boolean ssl3Enabled

ssl3TlsCiphers

protected java.lang.String ssl3TlsCiphers

tlsEnabled

protected java.lang.Boolean tlsEnabled

tlsRollbackEnabled

protected java.lang.Boolean tlsRollbackEnabled
Constructor Detail

Ssl

public Ssl()
Method Detail

getCertNickname

public java.lang.String getCertNickname()
Gets the value of the certNickname property.

Returns:
possible object is String

setCertNickname

public void setCertNickname(java.lang.String value)
Sets the value of the certNickname property.

Parameters:
value - allowed object is String

isSsl2Enabled

public boolean isSsl2Enabled()
Gets the value of the ssl2Enabled property.

Returns:
possible object is String

setSsl2Enabled

public void setSsl2Enabled(java.lang.Boolean value)
Sets the value of the ssl2Enabled property.

Parameters:
value - allowed object is String

getSsl2Ciphers

public java.lang.String getSsl2Ciphers()
Gets the value of the ssl2Ciphers property.

Returns:
possible object is String

setSsl2Ciphers

public void setSsl2Ciphers(java.lang.String value)
Sets the value of the ssl2Ciphers property.

Parameters:
value - allowed object is String

isSsl3Enabled

public boolean isSsl3Enabled()
Gets the value of the ssl3Enabled property.

Returns:
possible object is String

setSsl3Enabled

public void setSsl3Enabled(java.lang.Boolean value)
Sets the value of the ssl3Enabled property.

Parameters:
value - allowed object is String

getSsl3TlsCiphers

public java.lang.String getSsl3TlsCiphers()
Gets the value of the ssl3TlsCiphers property.

Returns:
possible object is String

setSsl3TlsCiphers

public void setSsl3TlsCiphers(java.lang.String value)
Sets the value of the ssl3TlsCiphers property.

Parameters:
value - allowed object is String

isTlsEnabled

public boolean isTlsEnabled()
Gets the value of the tlsEnabled property.

Returns:
possible object is String

setTlsEnabled

public void setTlsEnabled(java.lang.Boolean value)
Sets the value of the tlsEnabled property.

Parameters:
value - allowed object is String

isTlsRollbackEnabled

public boolean isTlsRollbackEnabled()
Gets the value of the tlsRollbackEnabled property.

Returns:
possible object is String

setTlsRollbackEnabled

public void setTlsRollbackEnabled(java.lang.Boolean value)
Sets the value of the tlsRollbackEnabled property.

Parameters:
value - allowed object is String


Copyright © 2012 GlassFish Community. All Rights Reserved.