OAM 11g (11.1.1.5.0) UserSession API
Hi Guys
I have a requirement around session management. Its a bespoke solution that OAM cannot handle OOTB.
I have relaised that oracle.security.am.asdk.UserSession has a method called getSessionIds. However there is no method that just returns the current session object id (i.e. getSessionId). This to me is mind boggling because some of the methods such as terminateSession require a session id. How does Oracle expect us to code this without access the session database? or write complex code?
I can get the sessionToken but terminateSession does not take a token as a parameter. If one of you guys know how to get around this, please help. I really dont want to access the database.
I have a requirement around session management. Its a bespoke solution that OAM cannot handle OOTB.
I have relaised that oracle.security.am.asdk.UserSession has a method called getSessionIds. However there is no method that just returns the current session object id (i.e. getSessionId). This to me is mind boggling because some of the methods such as terminateSession require a session id. How does Oracle expect us to code this without access the session database? or write complex code?
I can get the sessionToken but terminateSession does not take a token as a parameter. If one of you guys know how to get around this, please help. I really dont want to access the database.
0