Class ActivationRecoveryStepModel
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
io.getlime.security.powerauth.lib.cmd.steps.model.ActivationRecoveryStepModel
- All Implemented Interfaces:
ActivationData,BaseStepData,EncryptionHeaderData,ResultStatusChangeable
public class ActivationRecoveryStepModel
extends BaseStepModel
implements ActivationData, ResultStatusChangeable, EncryptionHeaderData
Model representing step for creating an activation using recovery code.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
getResultStatus, getResultStatusObject, setResultStatus, setResultStatusObject, setVersion, setVersionMethods 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.model.data.ActivationData
getActivationName, getApplicationKey, getApplicationSecret, getCustomAttributes, getDeviceInfo, getIdentityAttributes, getMasterPublicKey, getPassword, getPlatformMethods inherited from interface io.getlime.security.powerauth.lib.cmd.steps.model.data.BaseStepData
getHeaders, getResultStatusObject, getUriString, getVersionMethods inherited from interface io.getlime.security.powerauth.lib.cmd.steps.model.data.EncryptionHeaderData
getApplicationKeyMethods inherited from interface io.getlime.security.powerauth.lib.cmd.steps.model.feature.ResultStatusChangeable
getResultStatus, getStatusFileName, setResultStatus
-
Constructor Details
-
ActivationRecoveryStepModel
public ActivationRecoveryStepModel()Default constructor.
-
-
Method Details
-
toMap
Description copied from class:BaseStepModelConvert this object to map.- Specified by:
toMapin interfaceBaseStepData- Overrides:
toMapin classBaseStepModel- Returns:
- Map representing this object.
-
fromMap
Description copied from class:BaseStepModelInitialize object with given attribute map.- Specified by:
fromMapin interfaceBaseStepData- Overrides:
fromMapin classBaseStepModel- Parameters:
context- Context with attributes.
-