Uses of Class
org.sourceid.saml20.adapter.gui.ReadOnlyDescriptor
-
Packages that use ReadOnlyDescriptor Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.org.sourceid.saml20.adapter.gui Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration screen should look.org.sourceid.saml20.adapter.gui.event Provides methods that can be implemented to support custom actions that occur based upon UI events while managing adapter instances. -
-
Uses of ReadOnlyDescriptor in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return types with arguments of type ReadOnlyDescriptor Modifier and Type Method Description List<ReadOnlyDescriptor>GuiConfigDescriptor. getSummaryDescriptors()Gets the ordered list of read only summary descriptors.Methods in com.pingidentity.sdk with parameters of type ReadOnlyDescriptor Modifier and Type Method Description voidGuiConfigDescriptor. addSummaryDescriptor(ReadOnlyDescriptor readOnlyDescriptor)Add a read only summary descriptor to this GUI configuration descriptor. -
Uses of ReadOnlyDescriptor in org.sourceid.saml20.adapter.gui
Subclasses of ReadOnlyDescriptor in org.sourceid.saml20.adapter.gui Modifier and Type Class Description classLinkDescriptorA read only descriptor that will render (in GUI screens) a clickable link. -
Uses of ReadOnlyDescriptor in org.sourceid.saml20.adapter.gui.event
Method parameters in org.sourceid.saml20.adapter.gui.event with type arguments of type ReadOnlyDescriptor Modifier and Type Method Description default voidPreRenderCallback. summaryPageCallback(List<ReadOnlyDescriptor> summaryDescriptors, Configuration config)This method will be invoked by the PingFederate server just prior to rendering the custom user interface summary screen for the plugin which gives the plugin an opportunity to update the UI components based on the configuration data at the given time.
-