File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Security Role in Depoyemnt descriptors? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Security Role in Depoyemnt descriptors?" Watch "Security Role in Depoyemnt descriptors?" New topic
Author

Security Role in Depoyemnt descriptors?

andy armstrong
Ranch Hand

Joined: May 14, 2002
Posts: 154
Security roles and method persmissions:
1 can be shared across EJBs.
2 can utilize wildcard characters to authorize multiple methods at one time.

3: can be defined during deployment.

But my question is can security roles be mapped to actual user groups during deployment??


Certifications: <br />scp2, scea, scwcd, WL7.0, CISSP, XML
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
Yes, but this is done in vendor specific ways.
James Ward
Ranch Hand

Joined: Apr 27, 2003
Posts: 263
In that case what is the level of Security that we have to say in the assignment.
Dinesh Sadhvani
Greenhorn

Joined: Apr 04, 2001
Posts: 5
Jitender,
One way of doing this maybe is to have a user-group to role mapping in your tree (or ?). And then the methods in EJB are tied to role(s).
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Security Role in Depoyemnt descriptors?
 
Similar Threads
Please reply fast
IBM 483 questions
how does ejb provede security?
Security
Puzzle from IBM 483 Mock Test