Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.feature.ResultStatusChangeable
-
Uses of ResultStatusChangeable in io.getlime.security.powerauth.lib.cmd.status
Methods in io.getlime.security.powerauth.lib.cmd.status with parameters of type ResultStatusChangeable Modifier and Type Method Description voidResultStatusFileService. save(ResultStatusChangeable model)Stores the result status object into a filevoidResultStatusMemoryService. save(ResultStatusChangeable model)voidResultStatusService. save(ResultStatusChangeable model)Saves the result status object -
Uses of ResultStatusChangeable in io.getlime.security.powerauth.lib.cmd.steps
Methods in io.getlime.security.powerauth.lib.cmd.steps with type parameters of type ResultStatusChangeable Modifier and Type Method Description protected <RS extends ResultStatusChangeable>
voidAbstractBaseStep. incrementCounter(RS model)Increments the counter (the signature already used hash based counter) -
Uses of ResultStatusChangeable in io.getlime.security.powerauth.lib.cmd.steps.model
Classes in io.getlime.security.powerauth.lib.cmd.steps.model that implement ResultStatusChangeable Modifier and Type Class Description classActivationRecoveryStepModelModel representing step for creating an activation using recovery code.classCommitUpgradeStepModelModel representing step for committing upgrade between different PowerAuth protocol versions.classConfirmRecoveryCodeStepModelModel representing step for confirming recovery code.classCreateActivationStepModelModel representing step for creating a custom activation.classCreateTokenStepModelModel representing step for creating a new token.classPrepareActivationStepModelModel representing parameters of the step for preparing a new activation (key exchange).classRemoveStepModelModel representing parameters of the step for removing activation.classRemoveTokenStepModelModel representing step for removing a token.classStartUpgradeStepModelModel representing step for starting upgrade between different PowerAuth protocol versions.classVaultUnlockStepModelModel representing parameters of the step for unlocking secure vault.classVerifySignatureStepModelModel representing parameters of the step for verifying data signature. -
Uses of ResultStatusChangeable in io.getlime.security.powerauth.lib.cmd.steps.model.data
Subinterfaces of ResultStatusChangeable in io.getlime.security.powerauth.lib.cmd.steps.model.data Modifier and Type Interface Description interfaceActivationDataData used in activation steps