com.sun.enterprise.security.integration
Class AppClientSSL

java.lang.Object
  extended by com.sun.enterprise.security.integration.AppClientSSL

public class AppClientSSL
extends java.lang.Object

Author:
Kumar

Constructor Summary
AppClientSSL()
           
 
Method Summary
 java.lang.String getCertNickname()
          Gets the value of the certNickname property.
 boolean getClientAuthEnabled()
          Gets the value of the clientAuthEnabled property.
 java.lang.String getSsl2Ciphers()
          Gets the value of the ssl2Ciphers property.
 boolean getSsl2Enabled()
          Gets the value of the ssl2Enabled property.
 boolean getSsl3Enabled()
          Gets the value of the ssl3Enabled property.
 java.lang.String getSsl3TlsCiphers()
          A comma-separated list of the SSL3 ciphers used, with the prefix + to enable or - to disable, for example +SSL_RSA_WITH_RC4_128_MD5 .
 boolean getTlsEnabled()
          Gets the value of the tlsEnabled property.
 boolean getTlsRollbackEnabled()
          Gets the value of the tlsRollbackEnabled property.
 void setCertNickname(java.lang.String value)
          Sets the value of the certNickname property.
 void setClientAuthEnabled(boolean value)
           
 void setClientAuthEnabled(java.lang.String value)
          Sets the value of the clientAuthEnabled property.
 void setSsl2Ciphers(java.lang.String value)
          Sets the value of the ssl2Ciphers property.
 void setSsl2Enabled(boolean value)
           
 void setSsl2Enabled(java.lang.String value)
          Sets the value of the ssl2Enabled property.
 void setSsl3Enabled(boolean value)
           
 void setSsl3Enabled(java.lang.String value)
          Sets the value of the ssl3Enabled property.
 void setSsl3TlsCiphers(java.lang.String value)
          Sets the value of the ssl3TlsCiphers property.
 void setTlsEnabled(boolean value)
           
 void setTlsEnabled(java.lang.String value)
          Sets the value of the tlsEnabled property.
 void setTlsRollbackEnabled(boolean value)
           
 void setTlsRollbackEnabled(java.lang.String 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
 

Constructor Detail

AppClientSSL

public AppClientSSL()
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

getSsl2Enabled

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

Returns:
possible object is String

setSsl2Enabled

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

Parameters:
value - allowed object is String

setSsl2Enabled

public void setSsl2Enabled(boolean value)

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. Values: rc4, rc4export, rc2, rc2export, idea, des, desede3.

Parameters:
value - allowed object is String

getSsl3Enabled

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

Returns:
possible object is String

setSsl3Enabled

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

Parameters:
value - allowed object is String

setSsl3Enabled

public void setSsl3Enabled(boolean value)

getSsl3TlsCiphers

public java.lang.String getSsl3TlsCiphers()
A comma-separated list of the SSL3 ciphers used, with the prefix + to enable or - to disable, for example +SSL_RSA_WITH_RC4_128_MD5 . Allowed values are SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_WITH_NULL_MD5, SSL_RSA_WITH_RC4_128_SHA, and SSL_RSA_WITH_NULL_SHA. Values available in previous releases are supported for backward compatibility.


setSsl3TlsCiphers

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

Parameters:
value - allowed object is String

getTlsEnabled

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

Returns:
possible object is String

setTlsEnabled

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

Parameters:
value - allowed object is String

setTlsEnabled

public void setTlsEnabled(boolean value)

getTlsRollbackEnabled

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

Returns:
possible object is String

setTlsRollbackEnabled

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

Parameters:
value - allowed object is String

setTlsRollbackEnabled

public void setTlsRollbackEnabled(boolean value)

getClientAuthEnabled

public boolean getClientAuthEnabled()
Gets the value of the clientAuthEnabled property.

Returns:
possible object is String

setClientAuthEnabled

public void setClientAuthEnabled(java.lang.String value)
Sets the value of the clientAuthEnabled property.

Parameters:
value - allowed object is String

setClientAuthEnabled

public void setClientAuthEnabled(boolean value)


Copyright © 2012 GlassFish Community. All Rights Reserved.