Class DeleteAccessTokenCmd

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

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

    • tokenId

      protected String tokenId
  • Constructor Details

    • DeleteAccessTokenCmd

      public DeleteAccessTokenCmd(String tokenId)
  • Method Details

    • execute

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