Uses of Class
org.sourceid.saml20.adapter.conf.SimpleFieldList
-
Packages that use SimpleFieldList Package Description com.pingidentity.sources Driver classes and interfaces not limited to any protocol.org.sourceid.saml20.adapter.gui Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration screen should look. -
-
Uses of SimpleFieldList in com.pingidentity.sources
Methods in com.pingidentity.sources with parameters of type SimpleFieldList Modifier and Type Method Description Map<String,Object>CustomDataSourceDriver. retrieveValues(Collection<String> attributeNamesToFill, SimpleFieldList filterConfiguration)This method is called by PingFederate when a connection (either IdP or SP) needs to retrieve information from the specified driver. -
Uses of SimpleFieldList in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui with parameters of type SimpleFieldList Modifier and Type Method Description default StringActionDescriptor.Action. actionInvoked(Configuration configuration, SimpleFieldList actionParameters)Implement the action to invoke.
-