Uses of Interface
org.sourceid.saml20.adapter.gui.event.ConfigurationListener
-
Packages that use ConfigurationListener Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of ConfigurationListener in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return types with arguments of type ConfigurationListener Modifier and Type Method Description List<ConfigurationListener>GuiConfigDescriptor. getListenerChain()Gets the ordered list of ConfigurationListeners.Methods in com.pingidentity.sdk with parameters of type ConfigurationListener Modifier and Type Method Description voidGuiConfigDescriptor. addListener(ConfigurationListener configurationListener)Add a ConfigurationListener to the ordered list of ConfigurationListeners for this descriptor.
-