Class AppClientSSL
java.lang.Object
com.sun.enterprise.security.integration.AppClientSSL
- Author:
- Kumar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certNickname property.booleanGets the value of the clientAuthEnabled property.Gets the value of the ssl2Ciphers property.booleanGets the value of the ssl2Enabled property.booleanGets the value of the ssl3Enabled property.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 .booleanGets the value of the tlsEnabled property.booleanGets 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.
-
Constructor Details
-
AppClientSSL
public AppClientSSL()
-
-
Method Details
-
getCertNickname
Gets the value of the certNickname property.- Returns:
- possible object is
String
-
setCertNickname
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
Sets the value of the ssl2Enabled property.- Parameters:
value- allowed object isString
-
setSsl2Enabled
public void setSsl2Enabled(boolean value) -
getSsl2Ciphers
Gets the value of the ssl2Ciphers property.- Returns:
- possible object is
String
-
setSsl2Ciphers
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
Sets the value of the ssl3Enabled property.- Parameters:
value- allowed object isString
-
setSsl3Enabled
public void setSsl3Enabled(boolean value) -
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
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
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
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
Sets the value of the clientAuthEnabled property.- Parameters:
value- allowed object isString
-
setClientAuthEnabled
public void setClientAuthEnabled(boolean value)
-