Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-7610

Expose generic options for elytron dir-context

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 7.1.0.DR11
    • 7.1.0.DR9
    • Security
    • None

      Expose generic options like in case of legacy ldap outbound connection. Users relying on them can't migrate to elytron.

      As tfonteyn has already pointed out customers use generic options exposed by legacy ldap outbound connection.

      Here are references to possible properties to be configured

      AFAICT it is already prepared in elytron, just elytron-subsystem part is missing.

      SimpleDirContextFactoryBuilder.java
                  // set any additional connection property
                  if (connectionProperties != null) {
                      for (Object key : connectionProperties.keySet()) {
                          Object value = connectionProperties.get(key.toString());
      
                          if (value != null) {
                              env.put(key.toString(), value.toString());
                          }
                      }
                  }
      

              jkalina@redhat.com Jan Kalina (Inactive)
              mchoma@redhat.com Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: