Class CustomDataSourceDriverDescriptor

All Implemented Interfaces:
Serializable

public class CustomDataSourceDriverDescriptor extends SourceDescriptor
This class provides metadata describing a driver that implements the CustomDataSourceDriver interface. The metadata can be easily transformed by PingFederate into dynamic UI screen(s).

This descriptor adds the ability to provide fields that can be used to filter data to the CustomDataSourceDriver during value retrieval CustomDataSourceDriver.retrieveValues(Collection, SimpleFieldList).

See Also: