Authorization 2 « Security « Spring Q&A





1. authentication without authorization    forum.springsource.org

Hi! I want to implement only authentication in jsf. since i like spring wide range of support such as ldap etc.. but i want to implement the authorization by myself. what ...

2. Bypass Authorization (something akin to sudo)    forum.springsource.org

Bypass Authorization (something akin to sudo) Hey All, I have a pretty standard web application that works well with Spring security. The UI ensures that the security context it setup and ...

3. Authorization using User<->Role<->Privilege    forum.springsource.org

Authorization using User<->Role<->Privilege This could be a question asked in the hibernate forum, but I decided to try my luck here. I am working on a authorization model. My tables are ...

4. Need help on Spring security authorization without authentication    forum.springsource.org

We are developing the application in Spring... Here authentication (validating the user-id and pwd ) is done using OAM authentication..after this request will be redirected to the app home page, so ...

5. Can authorization be based on user name    forum.springsource.org

Hi, I would like to secure my app using a very basic "joe" and "jim" users are able to access it, without using roles. I want to declare something like: Code: ...

6. Adding authorization for delete    forum.springsource.org

Adding authorization for delete I have a Roo app that uses the Roo-generated Spring Security. I would like to add authorization so that any delete requires the admin role. I tried ...

7. STS requires authorization when starting.    forum.springsource.org

Hi, I have a problem with STS IDE. When I start it aithorization window appears. How can I disable it or which account it wants to be inserted? PS. I have ...

8. How to do authorization with basic authentication    forum.springsource.org

How to do authorization with basic authentication If I use Acegi-handled BASIC authentication, what type of Acegi authorization should I use. Would the authorization be handled by a completely different servlet ...

9. Complex authorization needs - is it supported    forum.springsource.org

Complex authorization needs - is it supported We have a complex authorization needs that go beyond simple roles since it requires multiple pices of data to dynamically determine if the user ...





10. Custom PreInvocation authorization logic    forum.springsource.org

Custom PreInvocation authorization logic I am struggling with trying to apply some authorization logic before a method is called. I am using Spring Security 3.0.4 with the annotation-driven approach. I have ...