File
Doc
Category
Size
Date
Package
SSLConfig.java
API Doc
Glassfish v2 API
3177
Fri May 04 22:30:36 BST 2007
com.sun.appserv.management.config
SSLConfig
public interface SSLConfig implements ConfigElement
Base interface Configuration for an <ssl> element.
Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public
java.lang.String
getCertNickname
()
public
boolean
getClientAuthEnabled
()
public
java.lang.String
getSSL2Ciphers
()
public
boolean
getSSL2Enabled
()
public
boolean
getSSL3Enabled
()
public
java.lang.String
getSSL3TLSCiphers
()
public
boolean
getTLSEnabled
()
public
boolean
getTLSRollbackEnabled
()
public void
setCertNickname
(
java.lang.String
value)
public void
setClientAuthEnabled
(
boolean
value)
public void
setSSL2Ciphers
(
java.lang.String
value)
public void
setSSL2Enabled
(
boolean
value)
public void
setSSL3Enabled
(
boolean
value)
public void
setSSL3TLSCiphers
(
java.lang.String
value)
public void
setTLSEnabled
(
boolean
value)
public void
setTLSRollbackEnabled
(
boolean
value)
Java Code Source