This content has been marked as final.
Show 3 replies
-
1. Re: Flushing credential cache from a login module?
pmm Apr 29, 2012 8:13 AM (in response to pmm)What I need is what is described in CachingLoginCredentials but for AS7. https://community.jboss.org/message/730760#730760 has a way to do it using a remoting solution, but I need something that works embedded.
-
2. Re: Flushing credential cache from a login module?
atijms May 28, 2012 6:37 AM (in response to pmm)I have implemented something quite simular to this in a custom login module for JBoss AS 5/6. We would like to move to JBoss AS 7, but issues like this keep us from upgrading.
Hoping someone from the JBoss team can provide some insight here.
-
3. Re: Flushing credential cache from a login module?
pmm May 28, 2012 6:54 AM (in response to pmm)It can be done with the native management interface. Over JMX only the whole cache can be flushed. However there's a pull request for AS7-4895 that fixes this.