how we can use ISPermission?
Hi
Thank you for reading my post
can some one please give me details about what we should configure in access manager in order to make this code works?
ISPermission perm =new ISPermission("iPlanetAMWebAgentService",
"http://www.sun.com:80","GET");
AccessController.checkPermission(perm);

