There are two solutions for Authentication caching, that I was able to find:
1. Set Cached timeout (by default it is 30 minutes)
This site explains how to do it:
http://www.timfanelli.com/index.php?p=6
2. Flush authentication info.
This site has solution:
http://www.jboss.org/index.html?module=bb
Hi we run through the same problem.
I found (http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas.html) this
information regarding caching:
"Note that you can configure the JaasSecurityManager to use a cache of authentication
information so that a JAAS login is not performed on every method