Uses of Interface
com.pingidentity.sdk.Plugin
-
Packages that use Plugin Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.com.pingidentity.sdk.authorizationdetails Provides the ability to create an authorization detail processor to process custom authorization detail types.com.pingidentity.sdk.captchaprovider A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers.com.pingidentity.sdk.notification A plugin interface, with associated classes, for creating custom notification publishers.com.pingidentity.sdk.oauth20 A plugin interface, with associated classes, for issuing and validating access tokens.com.pingidentity.sdk.oauth20.registration A plugin interface, with associated classes, for creating custom OAuth 2.0 client registration policies.com.pingidentity.sdk.oobauth A plugin interface, with associated classes, for orchestrating out-of-band authentication/authorization.com.pingidentity.sdk.password A plugin interface for validating usernames and passwords.com.pingidentity.sdk.provision The root package for the Identity Store Provisioner interfaces.com.pingidentity.sdk.secretmanager A plugin interface, with associated classes, for creating custom secret managers.org.sourceid.wstrust.plugin.generate Interfaces and classes for token generators.org.sourceid.wstrust.plugin.process Interfaces, classes, and exceptions for token processors. -
-
Uses of Plugin in com.pingidentity.sdk
Subinterfaces of Plugin in com.pingidentity.sdk Modifier and Type Interface Description interfaceAdapterSelectorDeprecated.Please use theAuthenticationSelectorinterface instead.interfaceAuthenticationSelectorThis interface defines the methods that the PingFederate server calls when performing IdP Authentication Selection. -
Uses of Plugin in com.pingidentity.sdk.authorizationdetails
Subinterfaces of Plugin in com.pingidentity.sdk.authorizationdetails Modifier and Type Interface Description interfaceAuthorizationDetailProcessorThis interface defines the methods that the PingFederate server calls to support OAuth 2.0 Rich Authorization RequestsConstructors in com.pingidentity.sdk.authorizationdetails with parameters of type Plugin Constructor Description AuthorizationDetailProcessorDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiDescriptor, String version)The constructor for the AuthorizationDetailProcessorDescriptor class. -
Uses of Plugin in com.pingidentity.sdk.captchaprovider
Subinterfaces of Plugin in com.pingidentity.sdk.captchaprovider Modifier and Type Interface Description interfaceCaptchaProviderThis interface defines the methods that the PingFederate server calls to complete CAPTCHA from external CAPTCHA services.Constructors in com.pingidentity.sdk.captchaprovider with parameters of type Plugin Constructor Description CaptchaProviderDescriptor(String type, Plugin plugin, Set<String> contract, GuiConfigDescriptor guiDescriptor, String version)The constructor for the CaptchaProviderDescriptor class. -
Uses of Plugin in com.pingidentity.sdk.notification
Subinterfaces of Plugin in com.pingidentity.sdk.notification Modifier and Type Interface Description interfaceNotificationPublisherPluginThis interface defines the methods that the PingFederate server calls to send a notification.Constructors in com.pingidentity.sdk.notification with parameters of type Plugin Constructor Description NotificationSenderPluginDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiDescriptor, String version)The constructor for the NotificationSenderPluginDescriptor class. -
Uses of Plugin in com.pingidentity.sdk.oauth20
Subinterfaces of Plugin in com.pingidentity.sdk.oauth20 Modifier and Type Interface Description interfaceBearerAccessTokenManagementPluginThis interface defines the methods that the PingFederate calls to issue and validate access tokens. -
Uses of Plugin in com.pingidentity.sdk.oauth20.registration
Subinterfaces of Plugin in com.pingidentity.sdk.oauth20.registration Modifier and Type Interface Description interfaceDynamicClientRegistrationPluginThis interface defines the methods that PingFederate calls when performing policy processing for OAuth 2.0 Dynamic Client Registration.Constructors in com.pingidentity.sdk.oauth20.registration with parameters of type Plugin Constructor Description DynamicClientRegistrationPluginDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiDescriptor, String version)The constructor for the DynamicClientRegistrationPluginDescriptor class. -
Uses of Plugin in com.pingidentity.sdk.oobauth
Subinterfaces of Plugin in com.pingidentity.sdk.oobauth Modifier and Type Interface Description interfaceOOBAuthPluginThis interface defines the methods that the PingFederate server calls to orchestrate out-of-band authentication/authorization. -
Uses of Plugin in com.pingidentity.sdk.password
Subinterfaces of Plugin in com.pingidentity.sdk.password Modifier and Type Interface Description interfacePasswordCredentialValidatorA plugin for validating usernames and passwords. -
Uses of Plugin in com.pingidentity.sdk.provision
Subinterfaces of Plugin in com.pingidentity.sdk.provision Modifier and Type Interface Description interfaceIdentityStoreProvisionerThe primary Identity Store Provisioner interface.interfaceIdentityStoreProvisionerWithFilteringThe Identity Store Provisioner interface which adds support for filtering.interfaceIdentityStoreUserProvisionerDeprecated.UseIdentityStoreProvisionerinstead. -
Uses of Plugin in com.pingidentity.sdk.secretmanager
Subinterfaces of Plugin in com.pingidentity.sdk.secretmanager Modifier and Type Interface Description interfaceSecretManagerThis interface defines the methods that the PingFederate server calls to retrieve secrets from external secret storage services.Constructors in com.pingidentity.sdk.secretmanager with parameters of type Plugin Constructor Description SecretManagerDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiDescriptor, String version)The constructor for the SecretManagerDescriptor class. -
Uses of Plugin in org.sourceid.wstrust.plugin.generate
Subinterfaces of Plugin in org.sourceid.wstrust.plugin.generate Modifier and Type Interface Description interfaceTokenGeneratorA base interface for common methods across the token generators. -
Uses of Plugin in org.sourceid.wstrust.plugin.process
Subinterfaces of Plugin in org.sourceid.wstrust.plugin.process Modifier and Type Interface Description interfaceTokenProcessor<T extends org.sourceid.wstrust.model.SecurityToken>A base interface for common methods across the token processors.Constructors in org.sourceid.wstrust.plugin.process with parameters of type Plugin Constructor Description TokenPluginDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiConfigDesc, String tokenType, Set<String> contract)TokenPluginDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiConfigDesc, String tokenType, Set<String> contract, String version)TokenProcessorDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiConfigDesc, String tokenType, Set<String> contract)TokenProcessorDescriptor(String type, Plugin plugin, GuiConfigDescriptor guiConfigDesc, String tokenType, Set<String> contract, String version)
-