Interface DescribablePlugin

All Known Subinterfaces:
AdapterSelector, AuthenticationSelector, AuthorizationDetailProcessor, BearerAccessTokenManagementPlugin, CaptchaProvider, ClientSideAuthenticator, DynamicClientRegistrationPlugin, IdentityStoreProvisioner, IdentityStoreProvisionerWithFiltering, IdentityStoreUserProvisioner, NotificationPublisherPlugin, OOBAuthPlugin, PasswordCredentialValidator, Plugin, SecretManager, TokenGenerator, TokenProcessor<T>

public interface DescribablePlugin
Implementations of the DescribablePlugin interface can return a PluginDescriptor. The PluginDescriptor describes the plugin's metadata to the PingFederate server.
See Also:
  • Method Details

    • getPluginDescriptor

      PluginDescriptor getPluginDescriptor()
      Returns the PluginDescriptor that describes this plugin to the PingFederate server. This includes how PingFederate will render the plugin in the administrative console, and metadata on how PingFederate will treat this plugin at runtime.
      Returns:
      A PluginDescriptor that describes this plugin to the PingFederate server.