Results 1 to 3 of 3

Thread: Acegi using Hibernate Qustion

  1. #1
    Join Date
    Jul 2006
    Posts
    3

    Default Acegi using Hibernate Qustion

    Hi everyone

    I used Andromda genterate simplest spring-hibernate database, Just User table and username, password.

    i need use acegi apply to my owner hibernate object. any suggest.

    thank

  2. #2
    Join Date
    Jul 2006
    Posts
    8

    Default

    At the very least have your user object implement the UserDetails interface. Then you'll probably need a custom DaoAuthenticationProvider which should implement UserDetailsService.

  3. #3
    Join Date
    Jul 2006
    Posts
    3

    Default

    thank nmcloughlin, Now it working well thank again.
    Last edited by dafool; Jul 25th, 2006 at 04:53 AM.

Posting Permissions

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