In addition to the customer user registry as suggested by @Largou walid you could also check if using federated repositor with the database registry migh be working for your use case?
Please see:
https://www.ibm.com/docs/en/was-nd/8.5.5?topic=configuration-federated-repositories
https://www.ibm.com/docs/en/was-nd/8.5.5?topic=cperifrc-setting-up-entry-mapping-repository-property-extension-repository-custom-registry-database-repository-using-wsadmin-commands
https://www.ibm.com/docs/en/was/8.5.5?topic=scripting-idmgrdbsetup-command-group-admintask-object#rxml_atidmgrDBSetup__setupIdMgrDBTables
Have to admit - I never used that but maybe that's another option worth to investigate.
Hope that helps,
------------------------------
Hermann Huebler
2innovate IT Consulting GmbH
Vienna
Austria
#IBMChampion
------------------------------
Original Message:
Sent: Mon March 06, 2023 04:53 PM
From: Łukasz Piotrowski
Subject: WAS 9 - user registry from DB
Thanks! But do I understand correctly, according to this example, I can integrate with a custom registry of users that are in the file, right? And is it possible to somehow use a DB2 database instead of a file?
------------------------------
Łukasz Piotrowski
------------------------------
Original Message:
Sent: Mon March 06, 2023 04:37 PM
From: Largou walid
Subject: WAS 9 - user registry from DB
Hi,
There is an old example with the code here :
Hope it helps.
Original Message:
Sent: 3/6/2023 4:35:00 PM
From: Łukasz Piotrowski
Subject: RE: WAS 9 - user registry from DB
Yes, I've seen those articles. But do I have to create a class to handle such a user register myself or is it already provided by IBM?
------------------------------
Łukasz Piotrowski
Original Message:
Sent: Mon March 06, 2023 04:14 PM
From: Largou walid
Subject: WAS 9 - user registry from DB
Hi,
As of my knowledge you must implement the custom registry implementation(requires some development), please check :