|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSelectionFieldDescriptor.OptionValue | |
---|---|
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 AbstractSelectionFieldDescriptor.OptionValue in org.sourceid.saml20.adapter.gui |
---|
Fields in org.sourceid.saml20.adapter.gui declared as AbstractSelectionFieldDescriptor.OptionValue | |
---|---|
static AbstractSelectionFieldDescriptor.OptionValue |
SelectFieldDescriptor.SELECT_ONE
Add this OptionValue as the first in the OptionValue list if you want the select box to contain a '-- Select One --' option with an empty value. |
Fields in org.sourceid.saml20.adapter.gui with type parameters of type AbstractSelectionFieldDescriptor.OptionValue | |
---|---|
protected java.util.List<AbstractSelectionFieldDescriptor.OptionValue> |
AbstractSelectionFieldDescriptor.optionValues
|
Methods in org.sourceid.saml20.adapter.gui that return types with arguments of type AbstractSelectionFieldDescriptor.OptionValue | |
---|---|
java.util.List<AbstractSelectionFieldDescriptor.OptionValue> |
LdapDatastoreFieldDescriptor.getOptionValues()
Gets the option values list constructed from all the LDAP data sources configured in the system. |
java.util.List<AbstractSelectionFieldDescriptor.OptionValue> |
JdbcDatastoreFieldDescriptor.getOptionValues()
Gets the option values list constructed from all the JDBC data sources configured in the system. |
java.util.List<AbstractSelectionFieldDescriptor.OptionValue> |
CustomSourceFieldDescriptor.getOptionValues()
Gets the option values list constructed from all the JDBC data sources configured in the system. |
java.util.List<AbstractSelectionFieldDescriptor.OptionValue> |
AbstractSelectionFieldDescriptor.getOptionValues()
Gets the available option values for this field. |
Constructor parameters in org.sourceid.saml20.adapter.gui with type arguments of type AbstractSelectionFieldDescriptor.OptionValue | |
---|---|
AbstractSelectionFieldDescriptor(java.lang.String name,
java.lang.String description,
java.util.List<AbstractSelectionFieldDescriptor.OptionValue> optionValues)
Create a new AbstractSelectionFieldDescriptor with the specified option values. |
|
RadioGroupFieldDescriptor(java.lang.String name,
java.lang.String description,
java.util.List<AbstractSelectionFieldDescriptor.OptionValue> optionValues)
Create a new RadioGroupFieldDescriptor with the specified option values. |
|
SelectFieldDescriptor(java.lang.String name,
java.lang.String description,
java.util.List<AbstractSelectionFieldDescriptor.OptionValue> optionValues)
Create a new SelectFieldDescriptor with the specified option values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |