Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6405

Make the org.wildfly.extension.elytron module private

XMLWordPrintable

      The org.wildfly.extension.elytron module was originally public as there were some classes in the elytron subsystem that custom components needed access to in order to implement them.

      There are currently two Elytron custom components that still rely on needing to implement interfaces from the Elytron subsystem:

      • `custom-principal-transformer` relies on a `org.wildfly.extension.elytron.capabilities.PrincipalTransformer` implementation
      • `custom-credential-security-factory` relies on a `org.wildfly.extension.elytron.capabilities.CredentialSecurityFactory` implementation

      It's now possible to implement these custom components without needing to implement these classes so we can mark the module as private.

            fjuma1@redhat.com Farah Juma
            fjuma1@redhat.com Farah Juma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: