Class CheckAccessTokenCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.CheckAccessTokenCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Boolean>

public class CheckAccessTokenCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Boolean>
Author:
Filip Hrisafov
  • Field Details

    • tokenId

      protected String tokenId
    • tokenValue

      protected String tokenValue
  • Constructor Details

    • CheckAccessTokenCmd

      public CheckAccessTokenCmd(String tokenId, String tokenValue)
  • Method Details

    • execute

      public Boolean execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Boolean>