ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/sec6.htm

78 lines
4.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<title>Validation List APIs</title>
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<!-- Begin Header Records ========================================= -->
<!-- Sec SCRIPT A converted by B2H R4.1 (346) (CMS) by V2KEA304 -->
<!-- at RCHVMW2 on 17 Feb 1999 at 11:05:09 -->
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<a name="Top_Of_Page"></a>
<!-- Java sync-link -->
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
</script>
<h2>Validation List APIs</h2>
<p>Validation lists contain entries that consist of an identifier, data that
will be encrypted when it is stored, and free-form data. Entries can be added,
changed, removed, found, and validated. You can validate entries by providing
the correct entry identifier and data that is encrypted.</p>
<p>One way to use validation lists is to store the user names of a Web browser.
The entry identifier would be the user name, the data to encrypt would be the
user's password, and the free-form data field would contain any additional data
about the user that the browser wanted to store.</p>
<p>The validation list APIs are:</p>
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
<!-- Updates made in this section *will* be overlaid by automated tools -->
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
<!--***************API BEGIN PASTE***************-->
<ul>
<li><A HREF="qsyadvle.htm">Add Validation List Entry</A> (QSYADVLE) adds an entry to a validation list object.</li>
<li><A HREF="qsyavle.htm">Add Validation List Entry</A> (QsyAddValidationLstEntry()) adds an entry to a validation list object.</li>
<li><A HREF="qsychvle.htm">Change Validation List Entry</A> (QSYCHVLE) changes an entry in a validation list object.</li>
<li><A HREF="QSYCVLE.htm">Change Validation List Entry</A> (QsyChangeValidationLstEntry()) changes an entry in a validation list object.</li>
<li><img src="delta.gif" alt="Start of change" border="0"><A HREF="qsycvtvl.htm">Convert Validation List</A> (QSYCVTVL) converts a validation list object from a maximum size of 4 gigabytes to a maximum size of 1 terabyte. &nbsp;<img src="deltaend.gif" ALT="End of change" border="0"></li>
<li><A HREF="QSYFFVLE.htm">Find First Validation List Entry</A> (QsyFindFirstValidationLstEntry()) finds the first entry in a validation list object and returns information about the validation list entry.</li>
<li><A HREF="QSYFNVLE.htm">Find Next Validation List Entry</A> (QsyFindNextValidationLstEntry()) finds the next entry in a validation list object after the entry that is passed in the Entry_ID parameter and returns information about the validation list entry.</li>
<li><A HREF="qsyfdvle.htm">Find Validation List Entry</A> (QSYFDVLE) finds an entry in a validation list object and returns it.</li>
<li><A HREF="QSYFIVLE.htm">Find Validation List Entry</A> (QsyFindValidationLstEntry()) finds an entry in a validation list object and returns information about the validation list entry.</li>
<li><A HREF="QSYFIVLA.htm">Find Validation List Entry Attributes</A> (QsyFindValidationLstEntryAttrs()) finds an entry in a validation list object, and the attributes associated with the entry.</li>
<li><A HREF="qsyolvle.htm">Open List of Validation List Entries</A> (QSYOLVLE) returns a list of validation list entries in a validation list object.</li>
<li><A HREF="QSYRMVLE.htm">Remove Validation List Entry</A> (QSYRMVLE) removes an entry from a validation list object.</li>
<li><A HREF="QSYRVLE.htm">Remove Validation List Entry</A> (QsyRemoveValidationLstEntry()) removes an entry from a validation list object.</li>
<li><A HREF="QSYVFVLE.htm">Verify Validation List Entry</A> (QsyVerifyValidationLstEntry()) verifies an entry in a validation list object.</li>
</ul>
<!--***************API END PASTE***************-->
<br>
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center">
<a href="#Top_Of_Page">Top</a> |
<a href="sec.htm">Security APIs</a> |
<a href="aplist.htm">APIs by category</a></td>
</tr>
</table>
</center>
</body>
</html>