Uses of Class
org.sourceid.saml20.adapter.gui.ReadOnlyDescriptor
Packages that use ReadOnlyDescriptor
Package
Description
Top level package for the PingFederate SDK.
Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration
screen should look.
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 ReadOnlyDescriptorModifier and TypeMethodDescriptionGuiConfigDescriptor.getSummaryDescriptors()Gets the ordered list of read only summary descriptors.Methods in com.pingidentity.sdk with parameters of type ReadOnlyDescriptorModifier and TypeMethodDescriptionvoidGuiConfigDescriptor.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.guiModifier and TypeClassDescriptionclassA 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 ReadOnlyDescriptorModifier and TypeMethodDescriptiondefault 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.