Account « Security « Spring Q&A





1. Spring Security Account lockout    stackoverflow.com

hi I have a j2ee application using Spring webflow and Spring Security. I want to implement an account lockout such that after three times of password failure the account wil be ...

2. How to locked user account after multiple items    forum.springsource.org

I'm new to Spring Security. In my application authentication is done through Ldap.After Ldap authentication I want to handle failure and success events on login. I want to track login count ...

3. Revealing (some) state of a disabled user account.    forum.springsource.org

Hi, I was testing a disbled user account, with intended bad credentials (password). My login page returned with a 'User is disabled' message, which is correct. However with this it reveals ...

4. it is possible to associate a several roles on an account?    forum.springsource.org

hello, I must implement acegi, but I have a problme. is this it is possible to associate a several roles on an account? so yes how? Thank you very much.

5. JPA, Spring Security and disabling an account    forum.springsource.org

JPA, Spring Security and disabling an account When a user has their account disabled by setting the "enabled" field to false, the user can subsequently log in. How do I resolve ...