0 Replies Latest reply on Sep 27, 2013 11:37 AM by hema.ramakrishnan

    Picket integration with existing Hibernate Entities

    hema.ramakrishnan

      I have a spring application with spring security. I am working on a proof of concept to use picket for gatein portal. Initially I am trying to configure Picket so that it uses the existing application's User, Role, Group and Membership table data. I am not successful in configuring picket to work with my existing hibernate entities. Can you give me an overview of how this integration can be done.

       

      My aim is to use picket Partitionmanager , identity manager .When I call identityManager.lookupIdentityById(User.class, "loginname"); I should be to retrieve the data from my existing database User table.