Uses of Class
org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor.OptionValue
Packages that use AbstractSelectionFieldDescriptor.OptionValue
Package
Description
Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration
screen should look.
Provides classes that enable an adapter to describe to PingFederate the way Kerberos Realm selector 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.OptionValueModifier and TypeFieldDescriptionstatic final AbstractSelectionFieldDescriptor.OptionValueCaptchaProviderFieldDescriptor.DEFAULT'Default' option of the CaptchaProviderFieldDescriptor with an empty value.static final AbstractSelectionFieldDescriptor.OptionValueNotificationSenderFieldDescriptor.DEFAULT'Default' option of the NotificationSenderFieldDescriptor with an empty value.static final AbstractSelectionFieldDescriptor.OptionValueSelectFieldDescriptor.DEFAULTAdd this OptionValue in the OptionValue list if you want the select box to contain a 'Default' option with 'Default' value.static final AbstractSelectionFieldDescriptor.OptionValueSelectFieldDescriptor.SELECT_ONEAdd 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.OptionValueModifier and TypeFieldDescriptionstatic final Comparator<AbstractSelectionFieldDescriptor.OptionValue>AbstractSelectionFieldDescriptor.OptionValue.NAME_COMPARATORComparator to aid with sorting OptionValue objects by name.Methods in org.sourceid.saml20.adapter.gui that return types with arguments of type AbstractSelectionFieldDescriptor.OptionValueModifier and TypeMethodDescriptionAbstractSelectionFieldDescriptor.getOptionValues()Gets the available option values for this field.BearerAccessTokenFieldDescriptor.getOptionValues()CaptchaProviderFieldDescriptor.getOptionValues()Gets the option values listCertificateSelectionFieldDescriptor.getOptionValues()Gets the option values listClientSideAuthenticatorFieldDescriptor.getOptionValues()Gets the option values listCustomSourceFieldDescriptor.getOptionValues()Gets the option values list constructed from all the JDBC data sources configured in the system.ExtendedPropertiesFileDescriptor.getOptionValues()Gets the option values listJdbcDatastoreFieldDescriptor.getOptionValues()Gets the option values list constructed from all the JDBC data sources configured in the system.LdapAuthenticationErrorFieldDescriptor.getOptionValues()Gets the option values list to be displayed in the UI.LdapDatastoreFieldDescriptor.getOptionValues()Gets the option values list constructed from all the LDAP data sources configured in the system.NotificationSenderFieldDescriptor.getOptionValues()Gets the option values listPasswordCredentialValidatorFieldDescriptor.getOptionValues()Gets the option values listMethod parameters in org.sourceid.saml20.adapter.gui with type arguments of type AbstractSelectionFieldDescriptor.OptionValueModifier and TypeMethodDescriptionvoidAbstractSelectionFieldDescriptor.setOptionValues(List<AbstractSelectionFieldDescriptor.OptionValue> optionValues) Sets the available option values for this field.Constructor parameters in org.sourceid.saml20.adapter.gui with type arguments of type AbstractSelectionFieldDescriptor.OptionValueModifierConstructorDescriptionRadioGroupFieldDescriptor(String name, String description, List<AbstractSelectionFieldDescriptor.OptionValue> optionValues) Create a new RadioGroupFieldDescriptor with the specified option values.SelectFieldDescriptor(String name, String description, List<AbstractSelectionFieldDescriptor.OptionValue> optionValues) Create a new SelectFieldDescriptor with the specified option values. -
Uses of AbstractSelectionFieldDescriptor.OptionValue in org.sourceid.saml20.adapter.gui.kerberos
Methods in org.sourceid.saml20.adapter.gui.kerberos that return types with arguments of type AbstractSelectionFieldDescriptor.OptionValueModifier and TypeMethodDescriptionKerberosRealmFieldDescriptor.getOptionValues()Gets the option values list constructed from all the Kerberos realms configured in the system.