Class PrivateKeyAsJWKClasspathTest

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

    public class PrivateKeyAsJWKClasspathTest
    extends org.jboss.arquillian.testng.Arquillian
    Validate that config property values of type resource path to JWK works to decrypt the JWT which is encrypted with publicKey4k.jwk
    • 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

      • PrivateKeyAsJWKClasspathTest

        public PrivateKeyAsJWKClasspathTest()
    • 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 referenced via the mp.jwt.verify.publickey.location as an embedded resource property. The root url is /jwks
        Returns:
        the base base web application archive
        Throws:
        IOException - - on resource failure
      • testKeyAsLocation

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