Java EE 5 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, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME
 
Method Summary
 SSLConfig createSSLConfig(String certNickName, Map<String,?> 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, isDAS
 
Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel
 

Method Detail

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 token
optional - 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.


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.