Uses of Class
org.sourceid.saml20.adapter.conf.Field
Packages that use Field
Package
Description
Provides classes that are containers for configuration values entered by the user/administrator
via the PingFederate GUI administration console.
Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration
screen should look.
Provides interfaces that can be implemented to provide
custom validation of data entered by administrators/users via the GUI.
Provides implementations of some commonly needed field level validation.
-
Uses of Field in org.sourceid.saml20.adapter.conf
Subclasses of Field in org.sourceid.saml20.adapter.confModifier and TypeClassDescriptionclassThis class holds the name, the secure salted hash of the current value and the new user-entered plaintext value of a GUI-rendered configuration field.Methods in org.sourceid.saml20.adapter.conf that return FieldMethods in org.sourceid.saml20.adapter.conf that return types with arguments of type FieldModifier and TypeMethodDescriptionFieldList.getFields()Gets the list of FieldsFieldList.getReadOnlyFieldMap()Returns an unmodifiable copy of the fieldsMapMethods in org.sourceid.saml20.adapter.conf with parameters of type FieldConstructor parameters in org.sourceid.saml20.adapter.conf with type arguments of type FieldModifierConstructorDescriptionSimpleFieldList(List<Field> fields) Secondary constructor that takes an existing list of fields and sets the internal field list. -
Uses of Field in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui with parameters of type Field -
Uses of Field in org.sourceid.saml20.adapter.gui.validation
Methods in org.sourceid.saml20.adapter.gui.validation with parameters of type Field -
Uses of Field in org.sourceid.saml20.adapter.gui.validation.impl
Methods in org.sourceid.saml20.adapter.gui.validation.impl with parameters of type FieldModifier and TypeMethodDescriptionTableColumnValuesUniqueValidator.processValue(Field field) Method that extracts the values from a given field.voidValidate if the fieldValue string represents a valid double and the value is within the specified boundary.voidValidate if the fieldValue string represents a valid float and the value is within the specified boundary.voidvoidValidate if the fieldValue string represents a valid HTTPS URL.voidValidate if the fieldValue string represents a valid HTTP(s) URL.voidValidate if the fieldValue string represents a valid 4-byte integer and the value is within the specified boundary.voidvoidValidate if the fieldValue string represents a valid 8-byte integer and the value is within the specified boundary.voidChecks if the environment specified in the field exists within the PingOne connection.voidValidates the field value is properly formatted.voidIf the value of the field is not null and not empty, this method returns silently.voidValidate if the fieldValue string represents a valid secret reference.voidvoidValidate if the fieldValue string represents a valid URL.