FileDocCategorySizeDatePackage
SSLConfigContainer.javaAPI DocGlassfish v2 API2710Fri May 04 22:30:36 BST 2007com.sun.appserv.management.config

SSLConfigContainer

public interface SSLConfigContainer implements com.sun.appserv.management.base.Container
An MBean implementing this interface can optionally contain an SSLConfig.

Fields Summary
Constructors Summary
Methods Summary
public SSLConfigcreateSSLConfig(java.lang.String certNickName, java.util.Map optional)
Creates a new SSLConfig.

param
certNickName - the name of the server certificate in the certificate database or the PCKS# 11 token
param
optional optional values--see {@link SSLConfigKeys}
return
A proxy to the SSLConfig MBean.
see
SSLConfigKeys

public SSLConfiggetSSLConfig()
Get the SSLConfig.

public voidremoveSSLConfig()
Removes the SSLConfig.