Uses of Class
org.sourceid.saml20.adapter.conf.Configuration
-
Packages that use Configuration Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.com.pingidentity.sources Driver classes and interfaces not limited to any protocol.org.sourceid.saml20.adapter Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP).org.sourceid.saml20.adapter.conf Provides classes that are containers for configuration values entered by the user/administrator via the PingFederate GUI administration console.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.org.sourceid.saml20.adapter.gui.validation Provides interfaces that can be implemented to provide custom validation of data entered by administrators/users via the GUI.org.sourceid.saml20.adapter.gui.validation.impl Provides implementations of some commonly needed field level validation. -
-
Uses of Configuration in com.pingidentity.sdk
Methods in com.pingidentity.sdk with parameters of type Configuration Modifier and Type Method Description GuiConfigDescriptorGuiConfigDescriptorBuilder. buildConfiguredGuiDescriptor(Configuration configuration)Build a GUI configuration descriptor that usually represents a GUI in its configured state.GuiConfigDescriptorSimpleGuiConfigDescriptorBuilder. buildConfiguredGuiDescriptor(Configuration configuration)Return the GUI configuration descriptor that this builder was constructed with.voidConfigurablePlugin. configure(Configuration configuration)This method is called by the PingFederate server to push configuration values entered by the administrator via the dynamically rendered GUI configuration screen in the PingFederate administration console.List<String>AuthenticationSelectorDescriptor. getAdditionalResults(Configuration configuration)Instead of allowing extended result values to be specified in the Selector Result Values screen, a selector can override this method to add additional values based on the selector configuration.booleanAuthenticationSelectorDescriptor. isAnyMatchEnabled(Configuration configuration)The return value of this method determines whether the extended results for the selector are combined in to a single result, which is triggered when any of the selector's extended result values is matched.booleanAuthenticationSelectorDescriptor. isSortConfigurationAttributes(Configuration configuration)The return value of this method determines whether the configuration attributes for the selector need to be sorted, when viewed in the Authentication Policy tree. -
Uses of Configuration in com.pingidentity.sources
Methods in com.pingidentity.sources with parameters of type Configuration Modifier and Type Method Description voidConfigurableDriver. configure(Configuration configuration)This method is called by the PingFederate server to push configuration values entered by the administrator via the dynamically rendered GUI configuration screen in the PingFederate administration console. -
Uses of Configuration in org.sourceid.saml20.adapter
Methods in org.sourceid.saml20.adapter with parameters of type Configuration Modifier and Type Method Description voidConfigurableAuthnAdapter. configure(Configuration configuration)This method is called by the PingFederate server to push configuration values entered by the administrator via the dynamically rendered GUI configuration screen in the PingFederate administration console. -
Uses of Configuration in org.sourceid.saml20.adapter.conf
Constructors in org.sourceid.saml20.adapter.conf with parameters of type Configuration Constructor Description Configuration(Configuration configuration) -
Uses of Configuration in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui with parameters of type Configuration Modifier and Type Method Description StringActionDescriptor.Action. actionInvoked(Configuration configuration)Implement the action to invoke.default StringActionDescriptor.Action. actionInvoked(Configuration configuration, SimpleFieldList actionParameters)Implement the action to invoke. -
Uses of Configuration in org.sourceid.saml20.adapter.gui.event
Methods in org.sourceid.saml20.adapter.gui.event with parameters of type Configuration Modifier and Type Method Description default voidPreRenderCallback. callback(List<FieldDescriptor> fields, List<FieldDescriptor> advancedFields, List<TableDescriptor> tables, Configuration config)This method will be invoked by the PingFederate server just prior to rendering the custom user interface screen for the plugin which gives the plugin an opportunity to update the UI components based on the configuration data at the given time.voidConfigurationListener. onDelete(Configuration configuration)Implementations of this method are called when the adapter configuration is deleted.voidConfigurationListener. onSave(Configuration configuration)Implementations of this method are called when the adapter configuration is saved.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. -
Uses of Configuration in org.sourceid.saml20.adapter.gui.validation
Methods in org.sourceid.saml20.adapter.gui.validation with parameters of type Configuration Modifier and Type Method Description voidConfigurationValidator. validate(Configuration configuration)Implementations of this method can perform any necessary validation on all the configuration values for an adapter.voidEnhancedRowValidator. validate(FieldList fieldsInRow, Configuration configuration)Providing the same functionality asRowValidator.validate(org.sourceid.saml20.adapter.conf.FieldList)but the configuration parameter is also provided to allow for intra-row validation (i.e. -
Uses of Configuration in org.sourceid.saml20.adapter.gui.validation.impl
Methods in org.sourceid.saml20.adapter.gui.validation.impl with parameters of type Configuration Modifier and Type Method Description voidTableColumnValuesUniqueValidator. validate(Configuration configuration)
-