Class TokenAgeTest

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

    public class TokenAgeTest
    extends org.jboss.arquillian.testng.Arquillian
    These set of tests validate the validation expectations for JWTs when mp.jwt.verify.token.age is set.
    • 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 Summary

      Constructors 
      Constructor Description
      TokenAgeTest()  
    • Constructor Detail

      • TokenAgeTest

        public TokenAgeTest()
    • Method Detail

      • createDeployment

        @Deployment(testable=true)
        public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
                                                                         throws IOException
        Create a CDI aware base web application archive
        Returns:
        the base base web application archive
        Throws:
        IOException - - on resource failure
      • callEchoAgedToken

        @RunAsClient
        public void callEchoAgedToken()
                               throws Exception
        Throws:
        Exception
      • callEchoValidToken

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