[JBoss-user] [Security & JAAS/JBoss] - Re: Validating Method Permissions

2005-11-29 Thread DeathMeat
Nobody out there with a matching answer? All i wanna do is to check the method permissions for methods before executing them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909635#3909635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [Security & JAAS/JBoss] - Validating Method Permissions

2005-11-29 Thread DeathMeat
Hello community, is there some way to check whether my logged in user has permissions to a specific method or not? My intent is to disable ui controls in the client application if the user don't have the required privileges. Well we are talking about a well working jboss/ejb/jass environment.