Uploaded image for project: 'PicketLink'
  1. PicketLink
  2. PLINK-306

Support different stores configuration with different identity types

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • PLINK_2.5.3.Beta1
    • PLINK_2.5.2.FInal
    • IDM
    • None

      Currently, we're supporting multiple stores configuration. But they can not mix/support different identity types.

      We also need to consider multiple store configurations with different identity types, as follows:

      builder
          .named("default")
              .stores()
                  .jpa()
                      .supportType(Role.class, Partition.class)           
                  .ldap()
                      .supportType(LdapUser.class, Group.class)
      

      The example above, allows to store the LdapUser and Group identity types using the LDAP store and JPA for Role.

              psilva@redhat.com Pedro Igor Craveiro
              psilva@redhat.com Pedro Igor Craveiro
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: