[ovirt-users] Re: API token in postgres

2018-07-04 Thread Hari Prasanth Loganathan
Hi all, I come to know via code that, It is stored in the in-memory in Concurrent hash map. storing the mapping between sessionId and SSOToken in ConcurrentHashMap which will be in In-Memory. private ConcurrentMap sessionInfoMap = new ConcurrentHashMap<>();

[ovirt-users] Re: API token in postgres

2018-07-03 Thread Hari Prasanth Loganathan
Guys, any help is appreciated. I am not able to find the table in Postgres. Please let me know. Thanks On Tue, 3 Jul 2018 at 9:52 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Guys, > > Could somebody help on the postgres table, Which table is used to store >

[ovirt-users] Re: API token in postgres

2018-07-03 Thread Hari Prasanth Loganathan
Hi Guys, Could somebody help on the postgres table, Which table is used to store the mapping between sessionId and sso token? If my query is not clear, please let me know. Thanks, Hari On Tue, Jul 3, 2018 at 6:14 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi