Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-2440

Move JaasSecurityRealmTest and its test resources to the same module that JaasSecurityRealm resides in

XMLWordPrintable

      The JaasSecurityRealm allows users to authenticate using JAAS login modules that are defined in Java SE.

      Tests for this class can be found in JaasSecurityRealmTest. Notice that this test class doesn't reside in the same module as JaasSecurityRealm, it's currently in the tests/base directory instead.

      For this task, move the JaasSecurityRealmTest class to the same module where the JaasSecurityRealm class resides, i.e., move it to the auth/realm/base/src/test/java/org/wildfly/security/auth/realm directory.

      Keep in mind that when moving this class, you might need to:

      • Move or copy test dependencies from tests/base/pom.xml to the auth/realm/base pom.xml file.
      • Move any needed test resources from tests/base/src/test/resources to auth/realm/base/src/test/resources.
      • You might need to update paths to the test resources in the test class as well.

       

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

                Created:
                Updated:
                Resolved: