Package com.pingidentity.sdk
Interface DescribablePlugin
-
- All Known Subinterfaces:
AdapterSelector,AuthenticationSelector,AuthorizationDetailProcessor,BearerAccessTokenManagementPlugin,CaptchaProvider,DynamicClientRegistrationPlugin,IdentityStoreProvisioner,IdentityStoreProvisionerWithFiltering,IdentityStoreUserProvisioner,NotificationPublisherPlugin,OOBAuthPlugin,PasswordCredentialValidator,Plugin,SecretManager,TokenGenerator,TokenProcessor<T>
public interface DescribablePluginImplementations of theDescribablePlugininterface can return aPluginDescriptor. ThePluginDescriptordescribes the plugin's metadata to the PingFederate server.- See Also:
PluginDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginDescriptorgetPluginDescriptor()Returns thePluginDescriptorthat describes this plugin to the PingFederate server.
-
-
-
Method Detail
-
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.
-
-