Results 1 to 3 of 3

Thread: Spring Security API 3.1 additional functionality requirement.

  1. #1
    Join Date
    Jun 2012
    Posts
    16

    Default Spring Security API 3.1 additional functionality requirement.

    Hi all,

    We are trying to implement the spring security in web application. The functionalities user enabling/disabling, password encryption are fine. But we are looking for following functonalities as per company's security guide-lines.

    1. Password strength ( should be minimum 8 character length, must use special characters etc.)
    2. Auto-locking of user if maximum log-in attempts fail.
    3. Password must change at first log-in
    4. Password must be change in specific intervals.

    Is there is any in-built security features for the above, or we have to customized solution. we are using standard database schema provided with the Security API. I do not seen any column defined for above functionalities.

    Please help

    Regards

    Narendra Dhande

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,629

    Default

    You have to implement that yourself. Spring Security is about protecting resources it isn't user management (although there is a rudementary API for that).
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Jun 2012
    Posts
    16

    Default

    Thanks Marten.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •