• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

clearing ltpa cache

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
this message is a continuation from a thread started on the jsf forum (esetting security authorization). After some playing I found the solution to do a logout in jsf on IBM Websphere:

The page is not really compliant with the user experience but the logout is successful.
However If we change the role of a user in ldap the changes are not propagated when the user logs in again (with changed authentication). We have to wait for the ltpa cache to timeout. Is there a way (preferably programmatic) to clear the ltpa cache?

thanks in advance,
jeroen

[ May 06, 2008: Message edited by: jeroen dijkmeijer ]
[ May 06, 2008: Message edited by: jeroen dijkmeijer ]
 
jeroen dijkmeijer
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
PS environment is Websphere 6.1.0.13 on Solaris X
 
jeroen dijkmeijer
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Found it: clearing the cookies completely clears everything, and makes roles changes visible after logging out and back in.

regards,
jeroen.
 
reply
    Bookmark Topic Watch Topic
  • New Topic