Package com.pingidentity.sdk
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 Summary
Modifier and TypeMethodDescriptionReturns thePluginDescriptorthat describes this plugin to the PingFederate server.
-
Method Details
-
getPluginDescriptor
PluginDescriptor getPluginDescriptor()Returns thePluginDescriptorthat 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
PluginDescriptorthat describes this plugin to the PingFederate server.
-