Results 1 to 3 of 3

Thread: Create custom UserDetails with DaoAuthenticationSiteProvider

  1. #1
    Join Date
    Aug 2008
    Posts
    2

    Default Create custom UserDetails with DaoAuthenticationSiteProvider

    I was able to add criterias for auth in UsernamePasswordAuthenticationToken.
    Then i would like to create a custom UserDetails object with those criterias by extending the UserDetails retrieveUser(...) method in DaoAuthenticationSiteProvider.
    However, this method is marked as final ...
    Why ?
    Why can't the DaoAuthenticationSiteProvider be extended like LdapAuthenticationProvider ?

    Acegi Security 1.0.7

  2. #2

    Default

    Hmmm...can you upgrade to spring-security?

  3. #3
    Join Date
    Aug 2008
    Posts
    2

    Default

    i think that's the better way ...

Tags for this Thread

Posting Permissions

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