Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17559

Invalid references to PicketBox in the connector module

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 28.0.0.Beta1, 28.0.0.Final
    • None
    • JCA
    • None
    • ---
    • ---

    Description

      There's a fair amount of discussion of Picketbox in the connector module code that should be cleaned up.

      The critical bit is management API description text; anything else is no big deal unless it indicates a bug or possible bug.

      $ git grep PicketBox -- connector
      connector/src/main/java/org/jboss/as/connector/metadata/common/CredentialImpl.java:     * Indicates if the Credential data belongs to Elytron or PicketBox.
      connector/src/main/java/org/jboss/as/connector/metadata/common/SecurityImpl.java:     * Indicates if the Security data belongs to Elytron or PicketBox.
      connector/src/main/java/org/jboss/as/connector/metadata/common/SecurityImpl.java:     * @param securityDomain               security domain managed authentication. Security domain will refer to a PicketBox
      connector/src/main/java/org/jboss/as/connector/metadata/common/SecurityImpl.java:     *                                     PicketBox security domain if Elytron is disabled, or to an Elytron authentication
      connector/src/main/java/org/jboss/as/connector/subsystems/datasources/AbstractDataSourceService.java:import org.jboss.jca.core.security.picketbox.PicketBoxSubjectFactory;
      connector/src/main/java/org/jboss/as/connector/subsystems/datasources/AbstractDataSourceService.java:                return new PicketBoxSubjectFactory(subjectFactory.getValue());
      connector/src/main/resources/org/jboss/as/connector/subsystems/datasources/LocalDescriptions.properties:datasources.data-source.security-domain=Specifies the PicketBox security domain which defines the PicketBox javax.security.auth.Subject that are used to distinguish connections in the pool
      connector/src/main/resources/org/jboss/as/connector/subsystems/datasources/LocalDescriptions.properties:datasources.data-source.recovery-security-domain=The security domain used for recovery, for PicketBox security domains
      connector/src/main/resources/org/jboss/as/connector/subsystems/datasources/LocalDescriptions.properties:datasources.xa-data-source.security-domain=Specifies the PicketBox security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool
      connector/src/main/resources/org/jboss/as/connector/subsystems/resourceadapters/LocalDescriptions.properties:resource-adapter.wm-security-domain=Defines the name of the PicketBox security domain that should be used.
      connector/src/main/resources/org/jboss/as/connector/subsystems/resourceadapters/LocalDescriptions.properties:connection-definitions.recovery-security-domain=The PicketBox security domain used for recovery.
      connector/src/main/resources/org/jboss/as/connector/subsystems/resourceadapters/LocalDescriptions.properties:connection-definitions.security-domain=Specifies the PicketBox security domain which defines the javax.security.auth.Subject that is used to distinguish connections in the pool.
      connector/src/main/resources/org/jboss/as/connector/subsystems/resourceadapters/LocalDescriptions.properties:connection-definitions.security-domain-and-application=Indicates that either application-supplied parameters, such as from getConnection(user, pw), or Subject (from PicketBox security domain), are used to distinguish connections in the pool.
       

      Attachments

        Issue Links

          Activity

            People

              tadamski@redhat.com Tomasz Adamski
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: