0 Replies Latest reply on Aug 30, 2006 2:56 AM by rushantha

    JAAS JBoss configuration

    rushantha

      Hi ,

      I have extended the DatabaseServerLoginModule to perform additional functionality when user logs in and plugged it in to JBoss ("MyDatabaseServerLoginModule"). Now I have to call its logout method to do some extra stuff when the user logout. Calling of login method is transparent but I have to call logout programmatically since logout will happen on a user event. How can I implement this

      Any help will be appreciated
      Sajith