3 Replies Latest reply on Sep 4, 2001 4:39 PM by starksm64

    Force JAAS logout

    willievu

      After some users logged in using JAAS, I want to kick off them for system administration work. Is it possible to get a list of logged-in users and force logging out them in JAAS? If so, how?

        • 1. Re: Force JAAS logout
          starksm64

          All you can do is flush the authentication caches for every security domain.

          • 2. You cannot
            ko5tik

            Even if you flush authentication caches,
            ( how do you achieve this without tampering on
            jboss source? )
            clients still have principal/credentila information stored. And they will use it on the next EJB invocation.

            • 3. Re: You cannot
              starksm64

              The clients need to issue a logout to remove any credentials previous bound during the login.