Anonymous | Login | Signup for a new account | 2024-11-21 14:18 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000900 | FL5 | 2.2 Subprogram FLUC (CONV) | public | 2017-11-10 09:35 | 2018-08-30 14:51 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.1.16 | ||||||||
Target Version | 5.1.19 | Fixed in Version | 5.1.18 | ||||||
Summary | 0000900: Add cabebility for customers to write a own pre- and postprocessing exit for columns in table support | ||||||||
Description | To support tokenization and other customer individual column processing a service provider interface (exit) must be add for table pre- and postprocessing. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001189) Falk Reichbott (administrator) 2018-08-30 14:51 |
This service provider interface gives the user the possibility to write there own pre- and post-processing exits for columns as part of the table support in FLAM. It can be used for example to implement own tokenization, masking, encryption, validation algorithm and a lot of other solutions on a data item of a column. The service provider interface can be invoked as one of the pre- or post-processing steps for a column. See example below: read.record(... table(... row(... col(format.fix(...) process.exit(library='libfcpe', function='validate_string', parameter='format=IBAN') process.exit(library='libfcpe', function='mask_string', parameter='offset=4 length=6') process.exit(library='libfcpe', function='add_checksum', parameter='method=crc') type.string(...) )))) The different function can have different parameter strings. All of them depends on the implementation of the column processing exit against this service provider interface specified below. |
Issue History | |||
Date Modified | Username | Field | Change |
2017-11-10 09:35 | Falk Reichbott | New Issue | |
2017-11-10 09:35 | Falk Reichbott | Status | new => assigned |
2017-11-10 09:35 | Falk Reichbott | Assigned To | => Falk Reichbott |
2018-08-01 08:42 | Falk Reichbott | Target Version | 5.1.18 => 5.1.19 |
2018-08-30 14:51 | Falk Reichbott | Note Added: 0001189 | |
2018-08-30 14:51 | Falk Reichbott | Status | assigned => resolved |
2018-08-30 14:51 | Falk Reichbott | Fixed in Version | => 5.1.18 |
2018-08-30 14:51 | Falk Reichbott | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |