1 Reply Latest reply on Nov 10, 2003 5:57 AM by rickardsson

    Cache Invalidation on JAAS?

    chrigri

      Hi,

      Is there anyway I can configure a cluster wide flush of the JaasSecurityManager?

      When we change/update the roles of a user we need to flush the JaasSecurityManager on all nodes.

      We are running Jboss-3.2.2RC3 as a two node HA cluster with cache invalidation on entity beans.

      Thanks!

      --
      Christer

        • 1. Re: Cache Invalidation on JAAS?
          rickardsson

          Yes, I've been looking for this func myself. I need to flush the authentication cache for the whole cluster. I achieve this today by sending a request over JMS to all nodes in the cluster telling them to flush the authentication cache for a particular principal. It would be nice though, if JBoss took care of this automatically. Any thoughts?