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

Support for Multiple Custom Identity Stores in the IdentityConfigurationBuilder Fluent API

XMLWordPrintable

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

      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

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

                Created:
                Updated:
                Resolved: