In the Export dialog, click the Export button.

7-22 Oracle Fusion Middleware Administrators Guide for Oracle Adaptive Access Manager You might, for example, select the validation type, Maximum Length. This validation scheme allows the customer to create a validation for the maximum allowed length for the answer. The parameters of the validation appears in the Validation Parameters Details area of the Validations page.

4. In the Name field, enter the name you want for this instance of the validation

scheme. When you create a validation from available validation schemes in the system, you are adding an instance of validation. You can then customize that instance. 5. Specify validation parameter that correspond to your validation type. For example, validation parameter can be 30 for an instance of Maximum Length validation. This validation instance restricts the user from entering an answer longer than 30 characters in length. Note: ·The fields displayed on the page depends on the validation type selected. Table 7–5 Validation Parameters Validation Type Label for Fields Description for Validation Parameter Example for note Inappropriate Language Enter Inappropriate Words Inappropriate language for answer Example: Sloppy, Wrong, Yucky Regex Enter Regex Pattern Real expression pattern string for the answer. For example, pattern can be [A-Za-z0-9]+ for Alpha-numeric validation. If the answer entered by the user is not as per the configured regular expression pattern; then, the validation fails and a configured error message is displayed. Example: [0-9]+ Date Enter Date Notation DateTime pattern string for the answer. For example, the pattern can be MMddyy for Month Day Year validation. If the datetime answer entered by the user is not as per the configured pattern, the validation fails and a configured error message is displayed. Example: MMDDYY Minimum Length Enter Minimum Length Minimum length number for the answer. If the length of the answer entered by the user is less than the configured value, the validation fails and a configured error message is displayed. Example: 3 Maximum Length Enter Maximum Length Maximum allowed length number for the answer. If length of the answer entered by the user is above the configured value, the validation fails and a configured error message is displayed. Example: 3