Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Norma Gonzales   on Sep 05 In Java Category.

  
Question Answered By: Scott Simmons   on Sep 05

If you just want to put access  limit to files and resources or services,
you do not need to deply and run your application  on different servers.
You can use JBoss security  and login  modules for put access limit on resouces and services  in both web layer and ejb layer. You can define and configure users and roles for your system and configure resource access policy for web resources and components using jboss login module for web layer. Also you can do the same for services in ejb layer and identify the services that each user with specified system role, can access and execute. If you have a constraint to run system on different servers, you can use ejb clustering that JBoss proviedes and for each ejb server  configure different security policy.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Any solution on "Implementing a Security Partition"? Or get search suggestion and latest updates.


Tagged: