Uses of Interface
com.pingidentity.sdk.DescribablePlugin
Packages that use DescribablePlugin
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.
Interfaces and classes for token generators.
Interfaces, classes, and exceptions for token processors.
-
Uses of DescribablePlugin in com.pingidentity.sdk
Subinterfaces of DescribablePlugin in com.pingidentity.sdkModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceThis interface defines the methods that the PingFederate server calls when performing IdP Authentication Selection.interfaceInterface for plugin implementations. -
Uses of DescribablePlugin in com.pingidentity.sdk.authorizationdetails
Subinterfaces of DescribablePlugin 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 DescribablePlugin in com.pingidentity.sdk.captchaprovider
Subinterfaces of DescribablePlugin 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 DescribablePlugin in com.pingidentity.sdk.clientauth
Subinterfaces of DescribablePlugin in com.pingidentity.sdk.clientauth -
Uses of DescribablePlugin in com.pingidentity.sdk.notification
Subinterfaces of DescribablePlugin in com.pingidentity.sdk.notificationModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls to send a notification. -
Uses of DescribablePlugin in com.pingidentity.sdk.oauth20
Subinterfaces of DescribablePlugin in com.pingidentity.sdk.oauth20Modifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate calls to issue and validate access tokens. -
Uses of DescribablePlugin in com.pingidentity.sdk.oauth20.registration
Subinterfaces of DescribablePlugin 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 DescribablePlugin in com.pingidentity.sdk.oobauth
Subinterfaces of DescribablePlugin 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 DescribablePlugin in com.pingidentity.sdk.password
Subinterfaces of DescribablePlugin in com.pingidentity.sdk.passwordModifier and TypeInterfaceDescriptioninterfaceA plugin for validating usernames and passwords. -
Uses of DescribablePlugin in com.pingidentity.sdk.provision
Subinterfaces of DescribablePlugin 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 DescribablePlugin in com.pingidentity.sdk.secretmanager
Subinterfaces of DescribablePlugin 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 DescribablePlugin in org.sourceid.wstrust.plugin.generate
Subinterfaces of DescribablePlugin in org.sourceid.wstrust.plugin.generateModifier and TypeInterfaceDescriptioninterfaceA base interface for common methods across the token generators. -
Uses of DescribablePlugin in org.sourceid.wstrust.plugin.process
Subinterfaces of DescribablePlugin 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.