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

Support for Multiple Custom Identity Stores in the IdentityConfigurationBuilder Fluent API

    XMLWordPrintable

Details

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

    Description

      The current fluent API doesn't support adding multiple custom stores to a configuration in the same way as File, JPA and LDAP.

      Example:

      IdentityConfigurationBuilder builder = new IdentityConfigurationBuilder();
      
      builder.named("sample1").stores().file().jpa.ldap()... //supported
      
      builder.named("sample2").stores().add(...).add(...) // not supported

      Attachments

        Activity

          People

            psilva@redhat.com Pedro Igor Craveiro
            fribeiro1_jira Fernando Ribeiro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: