Interface AbastractTimeValidationCheck

All Superinterfaces:
ValidationCheck
All Known Implementing Classes:
ExpiredValidationCheck, IsNotBeforeValidationCheck

public interface AbastractTimeValidationCheck extends ValidationCheck
  • Method Summary

    Modifier and Type
    Method
    Description
    default long
    currentTime(Long offset)
     

    Methods inherited from interface org.activiti.cloud.services.common.security.jwt.validator.ValidationCheck

    isValid
  • Method Details

    • currentTime

      default long currentTime(Long offset)