Class ECPublicKeyAsPEMTest

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

    public class ECPublicKeyAsPEMTest
    extends org.jboss.arquillian.testng.Arquillian
    Validate that the bundled mp.jwt.verify.publickey config property as a literal PEM is used to validate the JWT which is signed with ecPrivateKey.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

      • ECPublicKeyAsPEMTest

        public ECPublicKeyAsPEMTest()
    • Method Detail

      • createDeployment

        @Deployment
        public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
                                                                         throws IOException
        Create a CDI aware base web application archive that includes an embedded PEM EC 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
      • testKeyAsPEM

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