Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
290 views

how to apply screen by screen permisssion in Spring mvc?

I am a beginner in spring MVC framework and I am building an application in which I have a role and role have different permissions on different screen .like:- on Dashboard user have two permissions (...
yash's user avatar
  • 51
1 vote
1 answer
1k views

User management and security module for a java application over Spring

I need to design a web service API for a java application. I figured spring + tomcat would be the best choice, as it's very widely used. The security aspect of the web service is of very high ...
KidCrippler's user avatar
  • 1,723
1 vote
1 answer
2k views

How to implement user access control mechanisam in web application

Am developing a web application using Springs. To make a scalability for my application am in need of user management system. In application having different groups each groups having different users....
Aravind Cheekkallur's user avatar