File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes How to use isUserInRole in jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to use isUserInRole in jboss" Watch "How to use isUserInRole in jboss" New topic
Author

How to use isUserInRole in jboss

Meir Yan
Ranch Hand

Joined: Apr 27, 2006
Posts: 597
Hello all
Simple question , how can I use isUserInRole when user making request to the jboss server via ejb3 /jndi
Something like request.isUserInRole in tomcat
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

Do you mean, you want to check whether the user is in some role, inside an EJB? There's a API isCallerInRole on the SessionContext which you can use in the EJB. Here's the API


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to use isUserInRole in jboss
 
Similar Threads
JSF access control
how to integrate pow2acl with struts
Tiles and Roles
Adding users for security role
LDAP Question