Class GetStatusStep
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.v2.GetStatusStep
- All Implemented Interfaces:
BaseStep
public class GetStatusStep extends java.lang.Object implements BaseStep
Helper class with step for getting activation status.
PowerAuth protocol versions:
- 2.0
- 2.1
- Author:
- Petr Dvorak
-
Constructor Summary
Constructors Constructor Description GetStatusStep() -
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 contextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetStatusStep
public GetStatusStep()
-
-
Method Details
-
execute
public org.json.simple.JSONObject execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context
-