Uses of Class
com.pingidentity.sdk.PluginDescriptor
-
Packages that use PluginDescriptor 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.registration A plugin interface, with associated classes, for creating custom OAuth 2.0 client registration policies.com.pingidentity.sdk.secretmanager A plugin interface, with associated classes, for creating custom secret managers.com.pingidentity.sources Driver classes and interfaces not limited to any protocol.org.sourceid.saml20.adapter Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP).org.sourceid.saml20.adapter.idp.authn Identity Provider (IdP) role specific interfaces and classes for authentication adapters.org.sourceid.wstrust.plugin.process Interfaces, classes, and exceptions for token processors. -
-
Uses of PluginDescriptor in com.pingidentity.sdk
Subclasses of PluginDescriptor in com.pingidentity.sdk Modifier and Type Class Description classAdapterSelectorDescriptorDeprecated.UseAuthenticationSelectorDescriptorinstead.classAuthenticationSelectorDescriptorThis class is used to describe an Authentication Selector implementation to the PingFederate server.classIdentityStoreProvisionerDescriptorThis class is used to describe an Identity Store Provisioner implementation to the PingFederate server.Methods in com.pingidentity.sdk that return PluginDescriptor Modifier and Type Method Description PluginDescriptorDescribablePlugin. getPluginDescriptor()Returns thePluginDescriptorthat describes this plugin to the PingFederate server. -
Uses of PluginDescriptor in com.pingidentity.sdk.authorizationdetails
Subclasses of PluginDescriptor in com.pingidentity.sdk.authorizationdetails Modifier and Type Class Description classAuthorizationDetailProcessorDescriptorThis class is used to describe an Authorization Detail Processor plugin implementation to the PingFederate server. -
Uses of PluginDescriptor in com.pingidentity.sdk.captchaprovider
Subclasses of PluginDescriptor in com.pingidentity.sdk.captchaprovider Modifier and Type Class Description classCaptchaProviderDescriptorThis class is used to describe a CAPTCHA provider plugin implementation to the PingFederate server. -
Uses of PluginDescriptor in com.pingidentity.sdk.notification
Subclasses of PluginDescriptor in com.pingidentity.sdk.notification Modifier and Type Class Description classNotificationSenderPluginDescriptorThis class is used to describe a Notification Publisher plugin implementation to the PingFederate server. -
Uses of PluginDescriptor in com.pingidentity.sdk.oauth20.registration
Subclasses of PluginDescriptor in com.pingidentity.sdk.oauth20.registration Modifier and Type Class Description classDynamicClientRegistrationPluginDescriptorThis class is used to describe a Dynamic Client Registration policy plugin implementation to the PingFederate server. -
Uses of PluginDescriptor in com.pingidentity.sdk.secretmanager
Subclasses of PluginDescriptor in com.pingidentity.sdk.secretmanager Modifier and Type Class Description classSecretManagerDescriptorThis class is used to describe a Secret Manager plugin implementation to the PingFederate server. -
Uses of PluginDescriptor in com.pingidentity.sources
Subclasses of PluginDescriptor in com.pingidentity.sources Modifier and Type Class Description classCustomDataSourceDriverDescriptorThis class provides metadata describing a driver that implements theCustomDataSourceDriverinterface.classSourceDescriptorThis class returns metadata describing a ConfigurableDriver to the PingFederate server. -
Uses of PluginDescriptor in org.sourceid.saml20.adapter
Subclasses of PluginDescriptor in org.sourceid.saml20.adapter Modifier and Type Class Description classAuthnAdapterDescriptorThis class is used to describe an adapter implementation to the PingFederate server. -
Uses of PluginDescriptor in org.sourceid.saml20.adapter.idp.authn
Subclasses of PluginDescriptor in org.sourceid.saml20.adapter.idp.authn Modifier and Type Class Description classIdpAuthnAdapterDescriptorThis class is used to describe an IdP adapter implementation to the PingFederate server. -
Uses of PluginDescriptor in org.sourceid.wstrust.plugin.process
Subclasses of PluginDescriptor in org.sourceid.wstrust.plugin.process Modifier and Type Class Description classTokenPluginDescriptorThis class is used to describe a token plugin implementation to the PingFederate server.classTokenProcessorDescriptorThis class is used to describe a token processor implementation to the PingFederate server.
-