0 Replies Latest reply on Jan 29, 2007 6:36 AM by twittemb

    Clustered JbossSecurityMgrRealm

    twittemb

      Hello all,

      I have a problem with the JBossSecurityMgrRealm local cache (roleMap).

      We have developped our own SSO mecanism, and i wonder if the is a clustered version of JBossSecurityMgrRealm that could parse a distributed cache in order to get users roles in the 'hasRole' method.

      I have developped my own clustered JbossSecurityMgrRealm that parse such a distributed cache, but i'm in trouble whith local cache persistence because it is never refreshed when a user disconnect for example.

      Do anyone has already face this kind of problem ?

      How does the JBoss SSO mechanism deal with the Realm ?

      Thanks a lot.