1 Reply Latest reply on Feb 21, 2005 1:39 PM by starksm64

    How to force JAAS to authorize again?

    leeson1125

      My application is using my own databaseloginmodule.

      Two clients using same username to login.
      But JAAS will only do the job for the first guy login if the second one using exactly the same username, such as "admin" and "admin", not "admin" and "AdMin".

      I know the principals would be different if using "admin" and "AdMin".
      Is there any way to force the JAAS to ignore the existing subjects and do the authorization again? Since I want to forbid the user to perform multi-login with same username.

      Thanks in advanced!