Class PublicKeyAsPEMLocationTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class PublicKeyAsPEMLocationTest
    extends org.jboss.arquillian.testng.Arquillian
    Validate that mp.jwt.verify.publickey.location property values of type resource path to a PEM work to validate the JWT which is signed with privateKey4k.pem
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.arquillian.testng.Arquillian

        org.jboss.arquillian.testng.Arquillian.UpdateResultListener
    • Field Summary

      • Fields inherited from class org.jboss.arquillian.testng.Arquillian

        ARQUILLIAN_DATA_PROVIDER
    • Constructor Detail

      • PublicKeyAsPEMLocationTest

        public PublicKeyAsPEMLocationTest()
    • Method Detail

      • createLocationDeployment

        @Deployment
        public static org.jboss.shrinkwrap.api.spec.WebArchive createLocationDeployment()
                                                                                 throws IOException
        Create a CDI aware base web application archive that includes an embedded PEM public key that is included as the mp.jwt.verify.publickey property. The root url is /
        Returns:
        the base base web application archive
        Throws:
        IOException - - on resource failure
      • testKeyAsLocationResource

        @RunAsClient
        public void testKeyAsLocationResource()
                                       throws Exception
        Throws:
        Exception