Uses of Class
org.sourceid.saml20.adapter.gui.AbstractSelectionFieldDescriptor.OptionValue
-
Packages that use AbstractSelectionFieldDescriptor.OptionValue 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.org.sourceid.saml20.adapter.gui.kerberos 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.OptionValue Modifier and Type Field Description static AbstractSelectionFieldDescriptor.OptionValueCaptchaProviderFieldDescriptor. DEFAULT'Default' option of the CaptchaProviderFieldDescriptor with an empty value.static AbstractSelectionFieldDescriptor.OptionValueNotificationSenderFieldDescriptor. DEFAULT'Default' option of the NotificationSenderFieldDescriptor with an empty value.static AbstractSelectionFieldDescriptor.OptionValueSelectFieldDescriptor. DEFAULTAdd this OptionValue in the OptionValue list if you want the select box to contain a 'Default' option with 'Default' value.static 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.OptionValue Modifier and Type Field Description static 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.OptionValue Modifier and Type Method Description List<AbstractSelectionFieldDescriptor.OptionValue>AbstractSelectionFieldDescriptor. getOptionValues()Gets the available option values for this field.List<AbstractSelectionFieldDescriptor.OptionValue>BearerAccessTokenFieldDescriptor. getOptionValues()List<AbstractSelectionFieldDescriptor.OptionValue>CaptchaProviderFieldDescriptor. getOptionValues()Gets the option values listList<AbstractSelectionFieldDescriptor.OptionValue>CertificateSelectionFieldDescriptor. getOptionValues()Gets the option values listList<AbstractSelectionFieldDescriptor.OptionValue>CustomSourceFieldDescriptor. getOptionValues()Gets the option values list constructed from all the JDBC data sources configured in the system.List<AbstractSelectionFieldDescriptor.OptionValue>ExtendedPropertiesFileDescriptor. getOptionValues()Gets the option values listList<AbstractSelectionFieldDescriptor.OptionValue>JdbcDatastoreFieldDescriptor. getOptionValues()Gets the option values list constructed from all the JDBC data sources configured in the system.List<AbstractSelectionFieldDescriptor.OptionValue>LdapAuthenticationErrorFieldDescriptor. getOptionValues()Gets the option values list to be displayed in the UI.List<AbstractSelectionFieldDescriptor.OptionValue>LdapDatastoreFieldDescriptor. getOptionValues()Gets the option values list constructed from all the LDAP data sources configured in the system.List<AbstractSelectionFieldDescriptor.OptionValue>NotificationSenderFieldDescriptor. getOptionValues()Gets the option values listList<AbstractSelectionFieldDescriptor.OptionValue>PasswordCredentialValidatorFieldDescriptor. getOptionValues()Gets the option values listMethod parameters in org.sourceid.saml20.adapter.gui with type arguments of type AbstractSelectionFieldDescriptor.OptionValue Modifier and Type Method Description voidAbstractSelectionFieldDescriptor. 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.OptionValue Constructor Description RadioGroupFieldDescriptor(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.OptionValue Modifier and Type Method Description List<AbstractSelectionFieldDescriptor.OptionValue>KerberosRealmFieldDescriptor. getOptionValues()Gets the option values list constructed from all the Kerberos realms configured in the system.
-