Class CreateActivationStep
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.v2.AbstractBaseStepV2
io.getlime.security.powerauth.lib.cmd.steps.v2.CreateActivationStep
- All Implemented Interfaces:
BaseStep
@Component("createActivationStepV2")
public class CreateActivationStep
extends AbstractBaseStepV2
Class with create activation logic.
PowerAuth protocol versions:
- 2.0
- 2.1
- Author:
- Petr Dvorak, petr@wultra.com
-
Field Summary
Fields inherited from class io.getlime.security.powerauth.lib.cmd.steps.v2.AbstractBaseStepV2
DEFAULT_STEP_LOGGER, stepLogger -
Constructor Summary
Constructors Constructor Description CreateActivationStep()Constructor for backward compatibilityCreateActivationStep(StepLogger stepLogger)Constructor -
Method Summary
Modifier and Type Method Description ResultStatusObjectexecute(Map<String,Object> context)Execute this step with given context objects.Methods inherited from class io.getlime.security.powerauth.lib.cmd.steps.v2.AbstractBaseStepV2
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.getlime.security.powerauth.lib.cmd.steps.BaseStep
getStep, getSupportedVersions
-
Constructor Details
-
CreateActivationStep
Constructor- Parameters:
stepLogger- Step logger
-
CreateActivationStep
public CreateActivationStep()Constructor for backward compatibility
-
-
Method Details