Uses of Class
org.sourceid.saml20.adapter.gui.FilterableSelectionFieldDescriptor.QueryParam
-
Packages that use FilterableSelectionFieldDescriptor.QueryParam Package Description 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 FilterableSelectionFieldDescriptor.QueryParam in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui that return types with arguments of type FilterableSelectionFieldDescriptor.QueryParam Modifier and Type Method Description List<FilterableSelectionFieldDescriptor.QueryParam>FilterableSelectionFieldDescriptor.SearchableTypeConfig. getQueryParamConfigList()Gets the query parameter list.Constructor parameters in org.sourceid.saml20.adapter.gui with type arguments of type FilterableSelectionFieldDescriptor.QueryParam Constructor Description SearchableTypeConfig(FilterableSelectionFieldDescriptor.SearchableType searchableType, List<FilterableSelectionFieldDescriptor.QueryParam> queryParamList)Creates a new SearchableTypeConfig.SearchableTypeConfig(FilterableSelectionFieldDescriptor.SearchableType searchableType, List<FilterableSelectionFieldDescriptor.QueryParam> queryParamList, String storageKeyPrefix)Creates a new SearchableTypeConfig.
-