Uses of Class
org.sourceid.saml20.adapter.gui.FieldDescriptor
-
Packages that use FieldDescriptor Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.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.org.sourceid.saml20.adapter.gui.event Provides methods that can be implemented to support custom actions that occur based upon UI events while managing adapter instances.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 FieldDescriptor in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return types with arguments of type FieldDescriptor Modifier and Type Method Description List<FieldDescriptor>GuiConfigDescriptor. getAdvancedFields()Gets the ordered list of 'advanced' FieldDescriptors.Set<Class<? extends FieldDescriptor>>GuiConfigDescriptor. getAllDescriptorTypesInUse()List<FieldDescriptor>GuiConfigDescriptor. getFields()Gets the ordered list of FieldDescriptors.Methods in com.pingidentity.sdk with parameters of type FieldDescriptor Modifier and Type Method Description voidGuiConfigDescriptor. addAdvancedField(FieldDescriptor fieldDescriptor)Add an 'advanced' user entry field to this GUI configuration descriptor.voidGuiConfigDescriptor. addField(FieldDescriptor fieldDescriptor)Add a user entry field to this GUI configuration descriptor. -
Uses of FieldDescriptor in com.pingidentity.sources.gui
Methods in com.pingidentity.sources.gui that return types with arguments of type FieldDescriptor Modifier and Type Method Description List<FieldDescriptor>FilterFieldsGuiDescriptor. getFields()Gets the ordered list of FieldDescriptors.Methods in com.pingidentity.sources.gui with parameters of type FieldDescriptor Modifier and Type Method Description voidFilterFieldsGuiDescriptor. 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 Modifier and Type Class Description classAbstractSelectionFieldDescriptorAn abstract base type for describing GUI fields that have multiple options the user can select from.classAbstractTextFieldDescriptorAn abstract field descriptor that will render a text field on the GUI configuration screen.classAuthnSourceSelectionFieldDescriptorA filterable dropdown control that enables the selection of an Authentication Source in a way that's user-friendly and scalable.classBearerAccessTokenFieldDescriptorclassCaptchaProviderFieldDescriptorclassCertificateSelectionFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of certificatesclassCheckBoxFieldDescriptorA field descriptor that will render a check box on the GUI configuration screen.classClientCertKeypairFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the key pairs in the PingFederate system configured for client certificate authentication.classConnectionSelectionFieldDescriptorA filterable dropdown control that enables the selection of an IdP or SP connection in a way that's user friendly and scalable.classCustomSourceFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured Custom Source data stores.classDsigKeypairFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the key pairs in the PingFederate system configured for digital signing.classEncryptionCertificateFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the certificates in the PingFederate system configured for encryption by token generators.classExtendedPropertiesFileDescriptorclassFilterableSelectionFieldDescriptorAn abstract base type for describing PingFederate administration console GUI fields that show a dropdown that can be filtered with user input.classHashedTextFieldDescriptorA field descriptor that will render a password text field on the GUI configuration screen.classJdbcDatastoreFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured JDBC data stores.classLdapAuthenticationErrorFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of the LDAP authentication error codes.classLdapDatastoreFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured LDAP data stores.classNotificationSenderFieldDescriptorA field descriptor that will render a dropdown of all available notification publishers configured in the PingFederate system.classOAuthClientSelectionFieldDescriptorA filterable dropdown control that enables the selection of an OAuth client in a way that's user friendly and scalable.classOAuthScopeSelectionFieldDescriptorA filterable dropdown control that enables the selection of OAuth scopes in a way that's user-friendly and scalable.classPasswordCredentialValidatorFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the configured Password Credential Validators.classPingOneEnvironmentFieldDescriptorA filterable dropdown control that enables the selection of a PingOne connection and corresponding environment in a way that's user friendly and scalable.classPolicyContractFieldDescriptorclassRadioGroupFieldDescriptorA field descriptor that will render a group of radio buttons on the GUI configuration screen.classSecretReferenceFieldDescriptorA field descriptor that will render a text field for entering a secret reference on the GUI configuration screen.classSelectFieldDescriptorA field descriptor that will render a select (drop down) field on the GUI configuration screen.classTextAreaFieldDescriptorA field descriptor that will render a text area on the GUI configuration screen.classTextFieldDescriptorA field descriptor that will render a text field on the GUI configuration screen.classTrustedCAFieldDescriptorA field descriptor that will render (in GUI configuration screen) a drop down selection of all the trusted CA certificates configured in the PingFederate.classUploadFileFieldDescriptorA field descriptor that will render a file upload field on the GUI configuration screen.Methods in org.sourceid.saml20.adapter.gui that return types with arguments of type FieldDescriptor Modifier and Type Method Description List<FieldDescriptor>ActionDescriptor. getParameters()Gets the ordered list of FieldDescriptors.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 Modifier and Type Method Description voidActionDescriptor. addParameter(FieldDescriptor fieldDescriptor)Add a user-modifiable parameter to this action descriptor.voidTableDescriptor. 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 Constructor Description TableDescriptor(String name, String description, List<FieldDescriptor> row)Create a TableDescriptor with a name, description and a list of fields that comprise a row in the table. -
Uses of FieldDescriptor in org.sourceid.saml20.adapter.gui.event
Methods in org.sourceid.saml20.adapter.gui.event that return FieldDescriptor Modifier and Type Method Description static FieldDescriptorPreRenderUtil. findField(List<FieldDescriptor> fieldDescriptorList, String name)For the given field descriptor name, find the field descriptor in the list.Method parameters in org.sourceid.saml20.adapter.gui.event with type arguments of type FieldDescriptor Modifier and Type Method Description default voidPreRenderCallback. callback(List<FieldDescriptor> fields, List<FieldDescriptor> advancedFields, List<TableDescriptor> tables, Configuration config)This method will be invoked by the PingFederate server just prior to rendering the custom user interface screen for the plugin which gives the plugin an opportunity to update the UI components based on the configuration data at the given time.static FieldDescriptorPreRenderUtil. findField(List<FieldDescriptor> fieldDescriptorList, String name)For the given field descriptor name, find the field descriptor in the list. -
Uses of FieldDescriptor in org.sourceid.saml20.adapter.gui.kerberos
Subclasses of FieldDescriptor in org.sourceid.saml20.adapter.gui.kerberos Modifier and Type Class Description classKerberosRealmFieldDescriptorA descriptor for a select field that lists Kerberos realms.
-