Uses of Class
org.sourceid.saml20.adapter.gui.TableDescriptor
-
Packages that use TableDescriptor Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.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 TableDescriptor in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return types with arguments of type TableDescriptor Modifier and Type Method Description List<TableDescriptor>GuiConfigDescriptor. getTables()Gets the ordered list of Tables.Methods in com.pingidentity.sdk with parameters of type TableDescriptor Modifier and Type Method Description voidGuiConfigDescriptor. addTable(TableDescriptor table)Add a table to the ordered list of Tables in this descriptor. -
Uses of TableDescriptor in org.sourceid.saml20.adapter.gui.event
Methods in org.sourceid.saml20.adapter.gui.event that return TableDescriptor Modifier and Type Method Description static TableDescriptorPreRenderUtil. findTable(List<TableDescriptor> tableDescriptorList, String name)For the given table descriptor name, find the table descriptor in the list.Method parameters in org.sourceid.saml20.adapter.gui.event with type arguments of type TableDescriptor Modifier and Type Method Description static TableDescriptorPreRenderUtil. findTable(List<TableDescriptor> tableDescriptorList, String name)For the given table descriptor name, find the table descriptor in the list.
-