Uses of Interface
com.pingidentity.sdk.ConfigurablePlugin
Packages that use ConfigurablePlugin
Package
Description
Top level package for the PingFederate SDK.
Provides the ability to create an authorization detail processor to process custom authorization detail types.
A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers.
A plugin interface, with associated classes, for creating custom notification publishers.
A plugin interface, with associated classes, for issuing and validating access tokens.
A plugin interface, with associated classes, for creating custom OAuth 2.0 client registration policies.
A plugin interface, with associated classes, for orchestrating out-of-band
authentication/authorization.
A plugin interface for validating usernames and passwords.
The root package for the Identity Store Provisioner interfaces.
A plugin interface, with associated classes, for creating custom secret managers.
Driver classes and interfaces not limited to any protocol.
Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP).
Identity Provider (IdP) role specific interfaces and classes for authentication adapters.
Service Provider (SP) role specific interfaces and classes for authentication adapters.
Interfaces and classes for token generators.
Interfaces, classes, and exceptions for token processors.
-
Uses of ConfigurablePlugin in com.pingidentity.sdk
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdkModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceThis interface defines the methods that the PingFederate server calls when performing IdP Authentication Selection.interfaceThis interface defines the methods that the PingFederate IdP server calls to authenticate a user or logout a user session.interfaceInterface for plugin implementations.Constructors in com.pingidentity.sdk with parameters of type ConfigurablePluginModifierConstructorDescriptionAdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results) Deprecated.The constructor for the AdapterSelectorDescriptor class.AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results, String version) Deprecated.The constructor for the AdapterSelectorDescriptor class.AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results) Deprecated.The constructor for the AdapterSelectorDescriptor class.AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results, String version) Deprecated.The constructor for the AdapterSelectorDescriptor class.AuthenticationSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results) The constructor for the AuthenticationSelectorDescriptor class.AuthenticationSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results, String version) The constructor for the AuthenticationSelectorDescriptor class.AuthenticationSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results) The constructor for the AuthenticationSelectorDescriptor class.AuthenticationSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results, String version) The constructor for the AuthenticationSelectorDescriptor class.IdentityStoreProvisionerDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> attributeContractSet) Constructor for the IdentityStoreProvisionerDescriptor class.IdentityStoreProvisionerDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> attributeContractSet, String version) Constructor for the IdentityStoreProvisionerDescriptor class.IdentityStoreProvisionerDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> attributeContractSet) Constructor for the IdentityStoreProvisionerDescriptor class.IdentityStoreProvisionerDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> attributeContractSet, String version) Constructor for the IdentityStoreProvisionerDescriptor class.PluginDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc) Creates a PluginDescriptor based on the specified type, plugin and a GUI configuration descriptor.PluginDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder) Creates a PluginDescriptor based on the specified type, plugin and a GUI configuration descriptor builder.PluginDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, String version) Creates a PluginDescriptor based on the specified type, plugin and a GUI configuration descriptor builder.PluginDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, String version) Creates a PluginDescriptor based on the specified type, plugin and a GUI configuration descriptor. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.authorizationdetails
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.authorizationdetailsModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls to support OAuth 2.0 Rich Authorization Requests -
Uses of ConfigurablePlugin in com.pingidentity.sdk.captchaprovider
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.captchaproviderModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls to complete CAPTCHA from external CAPTCHA services. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.clientauth
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.clientauth -
Uses of ConfigurablePlugin in com.pingidentity.sdk.notification
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.notificationModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls to send a notification. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.oauth20
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.oauth20Modifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate calls to issue and validate access tokens. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.oauth20.registration
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.oauth20.registrationModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that PingFederate calls when performing policy processing for OAuth 2.0 Dynamic Client Registration. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.oobauth
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.oobauthModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls to orchestrate out-of-band authentication/authorization. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.password
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.passwordModifier and TypeInterfaceDescriptioninterfaceA plugin for validating usernames and passwords. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.provision
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.provisionModifier and TypeInterfaceDescriptioninterfaceThe primary Identity Store Provisioner interface.interfaceThe Identity Store Provisioner interface which adds support for filtering.interfaceDeprecated.UseIdentityStoreProvisionerinstead. -
Uses of ConfigurablePlugin in com.pingidentity.sdk.secretmanager
Subinterfaces of ConfigurablePlugin in com.pingidentity.sdk.secretmanagerModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls to retrieve secrets from external secret storage services. -
Uses of ConfigurablePlugin in com.pingidentity.sources
Subinterfaces of ConfigurablePlugin in com.pingidentity.sourcesModifier and TypeInterfaceDescriptioninterfaceBase interface that consolidates common methods across the sources package.interfaceThis interface provides the methods necessary to successfully create a CustomDataSourceDriver. -
Uses of ConfigurablePlugin in org.sourceid.saml20.adapter
Subinterfaces of ConfigurablePlugin in org.sourceid.saml20.adapterModifier and TypeInterfaceDescriptioninterfaceA base interface for common methods across the authentication adapters. -
Uses of ConfigurablePlugin in org.sourceid.saml20.adapter.idp.authn
Subinterfaces of ConfigurablePlugin in org.sourceid.saml20.adapter.idp.authnModifier and TypeInterfaceDescriptioninterfaceInstead of directly implementing this interface, it is strongly recommended to implement the newerIdpAuthenticationAdapterV2interface, which extends this one. -
Uses of ConfigurablePlugin in org.sourceid.saml20.adapter.sp.authn
Subinterfaces of ConfigurablePlugin in org.sourceid.saml20.adapter.sp.authnModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls when performing the web single sign-on and single logout profiles of SAML. -
Uses of ConfigurablePlugin in org.sourceid.wstrust.plugin.generate
Subinterfaces of ConfigurablePlugin in org.sourceid.wstrust.plugin.generateModifier and TypeInterfaceDescriptioninterfaceA base interface for common methods across the token generators. -
Uses of ConfigurablePlugin in org.sourceid.wstrust.plugin.process
Subinterfaces of ConfigurablePlugin in org.sourceid.wstrust.plugin.processModifier and TypeInterfaceDescriptioninterfaceTokenProcessor<T extends org.sourceid.wstrust.model.SecurityToken>A base interface for common methods across the token processors.
AuthenticationSelectorinterface instead.