Uses of Class
org.sourceid.saml20.adapter.gui.FieldDescriptor

Packages that use FieldDescriptor
com.pingidentity.sources.gui Contains protocol independent dynamic UI classes and interfaces. 
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 FieldDescriptor in com.pingidentity.sources.gui
 

Methods in com.pingidentity.sources.gui that return types with arguments of type FieldDescriptor
 java.util.List<FieldDescriptor> FilterFieldsGuiDescriptor.getFields()
          Gets the ordered list of FieldDescriptors.
 

Methods in com.pingidentity.sources.gui with parameters of type FieldDescriptor
 void FilterFieldsGuiDescriptor.addField(FieldDescriptor fieldDescriptor)
          Add a user entry field to this GUI configuration descriptor.
 

Uses of FieldDescriptor in org.sourceid.saml20.adapter.gui
 

Subclasses of FieldDescriptor in org.sourceid.saml20.adapter.gui
 class AbstractSelectionFieldDescriptor
          An abstract base type for describing GUI fields that have multiple options the user can select from.
 class CheckBoxFieldDescriptor
          A field descriptor that will render a check box on the GUI configuration screen.
 class CustomSourceFieldDescriptor
          A field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured Custom Source data stores.
 class JdbcDatastoreFieldDescriptor
          A field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured JDBC data stores.
 class LdapDatastoreFieldDescriptor
          A field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured LDAP data stores.
 class RadioGroupFieldDescriptor
          A field descriptor that will render a group of radio buttons on the GUI configuration screen.
 class SelectFieldDescriptor
          A field descriptor that will render a select (drop down) field on the GUI configuration screen.
 class TextAreaFieldDescriptor
          A field descriptor that will render a text area on the GUI configuration screen.
 class TextFieldDescriptor
          A field descriptor that will render a text field on the GUI configuration screen.
 class UploadFileFieldDescriptor
          A field descriptor that will render a field upload field on the GUI configuration screen.
 

Methods in org.sourceid.saml20.adapter.gui that return types with arguments of type FieldDescriptor
 java.util.List<FieldDescriptor> AdapterConfigurationGuiDescriptor.getAdvancedFields()
          Gets the ordered list of 'advanced' FieldDescriptors.
 java.util.List<FieldDescriptor> AdapterConfigurationGuiDescriptor.getFields()
          Gets the ordered list of FieldDescriptors.
 java.util.List<FieldDescriptor> TableDescriptor.getRowFields()
          Gets the List of FieldDescriptors that make up a row in this table.
 

Methods in org.sourceid.saml20.adapter.gui with parameters of type FieldDescriptor
 void AdapterConfigurationGuiDescriptor.addAdvancedField(FieldDescriptor fieldDescriptor)
          Add a an 'advanced' user entry field to this GUI configuration descriptor.
 void AdapterConfigurationGuiDescriptor.addField(FieldDescriptor fieldDescriptor)
          Add a user entry field to this GUI configuration descriptor.
 void TableDescriptor.addRowField(FieldDescriptor fieldDescriptor)
          Add a FieldDescriptor to the list of fields that make up a row in this table.
 

Constructor parameters in org.sourceid.saml20.adapter.gui with type arguments of type FieldDescriptor
TableDescriptor(java.lang.String name, java.lang.String description, java.util.List<FieldDescriptor> row)
          Create a TableDescriptor with a name, description and a list of fields that comprise a row in the table.
 



Copyright 2007 Ping Identity Corp. All rights reserved.