Uses of Class
org.sourceid.saml20.adapter.conf.Configuration
Packages that use Configuration
Package
Description
Top level package for the PingFederate SDK.
Driver classes and interfaces not limited to any protocol.
Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP).
Provides classes that are containers for configuration values entered by the user/administrator
via the PingFederate GUI administration console.
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.
Provides interfaces that can be implemented to provide
custom validation of data entered by administrators/users via the GUI.
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 ConfigurationModifier and TypeMethodDescriptionGuiConfigDescriptorBuilder.buildConfiguredGuiDescriptor(Configuration configuration) Build a GUI configuration descriptor that usually represents a GUI in its configured state.SimpleGuiConfigDescriptorBuilder.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.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 ConfigurationModifier and TypeMethodDescriptionvoidConfigurableDriver.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 ConfigurationModifier and TypeMethodDescriptionvoidConfigurableAuthnAdapter.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 -
Uses of Configuration in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui with parameters of type ConfigurationModifier and TypeMethodDescriptionActionDescriptor.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 ConfigurationModifier and TypeMethodDescriptiondefault 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 ConfigurationModifier and TypeMethodDescriptionvoidConfigurationValidator.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. duplicate entries) or validation against other input data. -
Uses of Configuration in org.sourceid.saml20.adapter.gui.validation.impl
Methods in org.sourceid.saml20.adapter.gui.validation.impl with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidTableColumnValuesUniqueValidator.validate(Configuration configuration)