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). 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
See Also: