Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
Modifier and Type | Method | Description |
---|---|---|
ValidationListEntry |
ValidationList.findEntry(String identifier,
int ccsid) |
Returns an entry from the validation list with the given identifier.
|
ValidationListEntry |
ValidationList.findEntry(String identifier,
int ccsid,
ValidationListAttribute[] attributes) |
Returns an entry from the validation list with the given identifier and attributes.
|
ValidationListEntry[] |
ValidationList.getEntries() |
Returns all entries from the validation list.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ValidationList.addEntry(ValidationListEntry entry) |
Adds the entry to the validation list.
|
void |
ValidationList.changeEntry(ValidationListEntry entry) |
Alters the entry in the validation list.
|
void |
ValidationList.removeEntry(ValidationListEntry entry) |
Deletes the entry from the validation list.
|
boolean |
ValidationList.verifyEntry(ValidationListEntry entry) |
Verify that the encrypted information specified for the given entry is correct.
|
Copyright © 2024. All rights reserved.