[JBoss-dev] [Security on JBoss] - Re: Jboss caches credentials

2004-05-06 Thread GregKly
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

[JBoss-dev] [Security on JBoss] - Re: Jboss caches credentials

2004-05-06 Thread GregKly
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