com.sun.appserv.management.config
Interface SSLConfigContainer
- All Superinterfaces:
- AMX, AMXMBeanLogging, Container, NotificationBroadcaster, NotificationEmitter
- All Known Subinterfaces:
- HTTPListenerConfig, IIOPListenerConfig, JMXConnectorConfig
public interface SSLConfigContainer
- extends Container
An MBean implementing this interface can optionally contain an SSLConfig.
Fields inherited from interface com.sun.appserv.management.base.AMX |
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME |
createSSLConfig
SSLConfig createSSLConfig(String certNickName,
Map<String,?> optional)
- Creates a new SSLConfig.
- Parameters:
certNickName
- - the name of the server certificate in the
certificate database or the PCKS# 11 tokenoptional
- optional values--see SSLConfigKeys
- Returns:
- A proxy to the SSLConfig MBean.
- See Also:
SSLConfigKeys
getSSLConfig
SSLConfig getSSLConfig()
- Get the SSLConfig.
removeSSLConfig
void removeSSLConfig()
- Removes the SSLConfig.
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.