1 Reply Latest reply on Jan 31, 2009 11:03 PM by joblini

    Extending IdentityStore

    meetoblivion

      So I've got a bit of an issue


      i'm trying to use the JpaIdentityStore, but my User class has other fields that are required, so it obviously won't work.  They include things like create date, groups to be added to,


      Is there anyway to...


      - Extend JpaIdentityStore to access various fields in the class? (most of the ones I think I need are private, not protected, and don't have getters)
      - Have JIS call my DAO
      - Have some method that JIS calls pre insert.