Class KeycloakTokenProducerCleanListener

java.lang.Object
org.activiti.cloud.services.test.identity.listener.KeycloakTokenProducerCleanListener
All Implemented Interfaces:
org.springframework.core.Ordered, org.springframework.test.context.TestExecutionListener

public class KeycloakTokenProducerCleanListener extends Object implements org.springframework.test.context.TestExecutionListener, org.springframework.core.Ordered
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterTestMethod(org.springframework.test.context.TestContext testContext)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.test.context.TestExecutionListener

    afterTestClass, afterTestExecution, beforeTestClass, beforeTestExecution, beforeTestMethod, prepareTestInstance
  • Constructor Details

    • KeycloakTokenProducerCleanListener

      public KeycloakTokenProducerCleanListener()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • afterTestMethod

      public void afterTestMethod(org.springframework.test.context.TestContext testContext) throws Exception
      Specified by:
      afterTestMethod in interface org.springframework.test.context.TestExecutionListener
      Throws:
      Exception