Class AppClientSSL
- java.lang.Object
-
- com.sun.enterprise.security.integration.AppClientSSL
-
public class AppClientSSL extends Object
- Author:
- Kumar
-
-
Constructor Summary
Constructors Constructor Description AppClientSSL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertNickname()Gets the value of the certNickname property.booleangetClientAuthEnabled()Gets the value of the clientAuthEnabled property.StringgetSsl2Ciphers()Gets the value of the ssl2Ciphers property.booleangetSsl2Enabled()Gets the value of the ssl2Enabled property.booleangetSsl3Enabled()Gets the value of the ssl3Enabled property.StringgetSsl3TlsCiphers()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 .booleangetTlsEnabled()Gets the value of the tlsEnabled property.booleangetTlsRollbackEnabled()Gets the value of the tlsRollbackEnabled property.voidsetCertNickname(String value)Sets the value of the certNickname property.voidsetClientAuthEnabled(boolean value)voidsetClientAuthEnabled(String value)Sets the value of the clientAuthEnabled property.voidsetSsl2Ciphers(String value)Sets the value of the ssl2Ciphers property.voidsetSsl2Enabled(boolean value)voidsetSsl2Enabled(String value)Sets the value of the ssl2Enabled property.voidsetSsl3Enabled(boolean value)voidsetSsl3Enabled(String value)Sets the value of the ssl3Enabled property.voidsetSsl3TlsCiphers(String value)Sets the value of the ssl3TlsCiphers property.voidsetTlsEnabled(boolean value)voidsetTlsEnabled(String value)Sets the value of the tlsEnabled property.voidsetTlsRollbackEnabled(boolean value)voidsetTlsRollbackEnabled(String value)Sets the value of the tlsRollbackEnabled property.
-
-
-
Method Detail
-
getCertNickname
public String getCertNickname()
Gets the value of the certNickname property.- Returns:
- possible object is
String
-
setCertNickname
public void setCertNickname(String value)
Sets the value of the certNickname property.- Parameters:
value- allowed object isString
-
getSsl2Enabled
public boolean getSsl2Enabled()
Gets the value of the ssl2Enabled property.- Returns:
- possible object is
String
-
setSsl2Enabled
public void setSsl2Enabled(String value)
Sets the value of the ssl2Enabled property.- Parameters:
value- allowed object isString
-
setSsl2Enabled
public void setSsl2Enabled(boolean value)
-
getSsl2Ciphers
public String getSsl2Ciphers()
Gets the value of the ssl2Ciphers property.- Returns:
- possible object is
String
-
setSsl2Ciphers
public void setSsl2Ciphers(String value)
Sets the value of the ssl2Ciphers property. Values: rc4, rc4export, rc2, rc2export, idea, des, desede3.- Parameters:
value- allowed object isString
-
getSsl3Enabled
public boolean getSsl3Enabled()
Gets the value of the ssl3Enabled property.- Returns:
- possible object is
String
-
setSsl3Enabled
public void setSsl3Enabled(String value)
Sets the value of the ssl3Enabled property.- Parameters:
value- allowed object isString
-
setSsl3Enabled
public void setSsl3Enabled(boolean value)
-
getSsl3TlsCiphers
public 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(String value)
Sets the value of the ssl3TlsCiphers property.- Parameters:
value- allowed object isString
-
getTlsEnabled
public boolean getTlsEnabled()
Gets the value of the tlsEnabled property.- Returns:
- possible object is
String
-
setTlsEnabled
public void setTlsEnabled(String value)
Sets the value of the tlsEnabled property.- Parameters:
value- allowed object isString
-
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(String value)
Sets the value of the tlsRollbackEnabled property.- Parameters:
value- allowed object isString
-
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(String value)
Sets the value of the clientAuthEnabled property.- Parameters:
value- allowed object isString
-
setClientAuthEnabled
public void setClientAuthEnabled(boolean value)
-
-