J2EE1.4 SDK

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.


Field Summary
 
Fields inherited from interface com.sun.appserv.management.base.Container
ATTR_CONTAINEE_J2EE_TYPES
 
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, NAME_KEY, NO_NAME, NULL_NAME
 
Fields inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
LOG_RECORD_KEY, LOG_RECORD_NOTIFICATION_TYPE
 
Method Summary
 SSLConfig createSSLConfig(java.lang.String certNickName, java.util.Map optional)
          Creates a new SSLConfig.
 SSLConfig getSSLConfig()
          Get the SSLConfig.
 void removeSSLConfig()
          Removes the SSLConfig.
 
Methods inherited from interface com.sun.appserv.management.base.Container
getByNameContaineeSet, getContainee, getContainee, getContaineeJ2EETypes, getContaineeMap, getContaineeSet, getContaineeSet, getContaineeSet, getMultiContaineeMap
 
Methods inherited from interface com.sun.appserv.management.base.AMX
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName
 
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
getMBeanEmitLogNotifications, getMBeanLoggerName, getMBeanLogLevel, setMBeanEmitLogNotifications, setMBeanLogLevel
 
Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

createSSLConfig

public SSLConfig createSSLConfig(java.lang.String certNickName,
                                 java.util.Map optional)
Creates a new SSLConfig.

Parameters:
certNickName - - the name of the server certificate in the certificate database or the PCKS# 11 token
optional - optional values--see SSLConfigKeys
Returns:
A proxy to the SSLConfig MBean.
See Also:
SSLConfigKeys

getSSLConfig

public SSLConfig getSSLConfig()
Get the SSLConfig.


removeSSLConfig

public void removeSSLConfig()
Removes the SSLConfig.


J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.