2 Replies Latest reply on Oct 6, 2004 6:38 PM by rickkw

    How do I turn off caching of user credential in JBoss 4.0?

      (Or how do I invalidate the user credential cache?)

      I have a LoginModule, and I notice that JaasSecurityManager only calls my LoginModule for the first time. Subseqent authentication goes through the internal cache first.

      How do I disable this cache? Or how do I force the JaasSecurityManager to always authenticate via my LoginModule? Or if there is a way to programmatically invalidate the cache, it would work for me too.

      Thanks,
      --
      Rick