Results 1 to 4 of 4

Thread: example program of using acegi-security in spring hibernate application

  1. #1

    Default example program of using acegi-security in spring hibernate application

    hello ,
    i need example program of using acegi-security in spring hibernate application
    plz provide me a link or example program

    thanks
    rashmi

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    The examples that ship with Acegi should be a good starting point. All you need to do is implement a UserDetailsService which uses Hibernate and plug it in. I would have a search on the forum, this has been covered many times before.
    Last edited by karldmoore; Aug 30th, 2007 at 06:54 AM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  3. #3
    Join Date
    Sep 2004
    Posts
    602

    Default

    Quote Originally Posted by rashmi View Post
    hello ,
    i need example program of using acegi-security in spring hibernate application
    plz provide me a link or example program

    thanks
    rashmi
    Can you expand on your requirement ? Anything that uses Acegi is always going to be a Spring application - how do you see Hibernate fitting in ?

  4. #4
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by Paul Newport View Post
    Can you expand on your requirement ? Anything that uses Acegi is always going to be a Spring application - how do you see Hibernate fitting in ?
    Indeed it would be useful to find out more. When we retro-fitted Acegi to a previous project, it was simply a case of implementing UserDetailsService on an existing Dao. It would be very simple to do that and get example tutorial working.
    Last edited by karldmoore; Aug 30th, 2007 at 06:54 AM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

Posting Permissions

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