Class VerifyTokenStep
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.VerifyTokenStep
- All Implemented Interfaces:
BaseStep
public class VerifyTokenStep extends java.lang.Object implements BaseStep
Step for the token validation activity.
PowerAuth protocol versions:
- 2.0
- 2.1
- 3.0
- 3.1
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description VerifyTokenStep() -
Method Summary
Modifier and Type Method Description org.json.simple.JSONObjectexecute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given logger and context objects.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VerifyTokenStep
public VerifyTokenStep()
-
-
Method Details
-
execute
public org.json.simple.JSONObject execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context) throws java.lang.ExceptionDescription copied from interface:BaseStepExecute this step with given logger and context objects.
-