0 Replies Latest reply on May 8, 2003 3:25 AM by chitech

    how to check number of online users?

    chitech

      Is it possible to check the number of connected user of i.e. role "Admin" and "Super" in my MainControlller session bean which everybody connect through?

      Is it possible to get a "list" of all the methods/resources a user is allow to execute i.e Super role?

      Is it possible to call a method like "boolean checkPermission(String methodName)" to test if the user is allow to execute it. Something like reflection?

      thx...