com.ibm.websphere.ssl
Interface SSLConfigChangeListener
public interface SSLConfigChangeListener
This interface is for components and applications to receive notifications
of dynamic changes to the SSL configurations returned by the JSSEHelper API.
An SSLConfigChangeEvent will be sent with the previous SSL selection
information including the alias and type of selection (direct, dynamic, or
scoped). It's up to the listener implementation to call JSSEHelper API
again if it's desired to dynamically refresh the SSL configuration.
- Since:
- WAS 6.1
- Version:
- 1.0
- See Also:
JSSEHelper
stateChanged
void stateChanged(SSLConfigChangeEvent e)