Uses of Enum Class
io.getlime.security.powerauth.lib.cmd.consts.PowerAuthStep
Packages that use PowerAuthStep
Package
Description
-
Uses of PowerAuthStep in io.getlime.security.powerauth.lib.cmd.consts
Methods in io.getlime.security.powerauth.lib.cmd.consts that return PowerAuthStepModifier and TypeMethodDescriptionstatic PowerAuthStepPowerAuthStep.fromMethod(String value) Detects a PowerAuth step from a provided valuestatic PowerAuthStepReturns the enum constant of this class with the specified name.static PowerAuthStep[]PowerAuthStep.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PowerAuthStep in io.getlime.security.powerauth.lib.cmd.service
Methods in io.getlime.security.powerauth.lib.cmd.service with parameters of type PowerAuthStepModifier and TypeMethodDescriptionStepExecutionService.execute(PowerAuthStep stepId, PowerAuthVersion version, BaseStepModel model) Executes the provided step at desired version with the model data -
Uses of PowerAuthStep in io.getlime.security.powerauth.lib.cmd.steps
Methods in io.getlime.security.powerauth.lib.cmd.steps that return PowerAuthStepMethods in io.getlime.security.powerauth.lib.cmd.steps that return types with arguments of type PowerAuthStepModifier and TypeMethodDescriptionStepProvider.getAvailableSteps(PowerAuthVersion version) Provides available PowerAuth steps for the specified PowerAuthVersionMethods in io.getlime.security.powerauth.lib.cmd.steps with parameters of type PowerAuthStepModifier and TypeMethodDescriptionbooleanStepProvider.exists(PowerAuthStep step) Provides information about existence of PowerAuth step process componentsStepProvider.getStep(PowerAuthStep step, PowerAuthVersion version) Provides step process component by PowerAuth step identification and versionStepProvider.getSupportedVersions(PowerAuthStep step) Provides supported versions for the specified PowerAuth stepConstructors in io.getlime.security.powerauth.lib.cmd.steps with parameters of type PowerAuthStepModifierConstructorDescriptionAbstractActivationStep(PowerAuthStep step, List<PowerAuthVersion> supportedVersions, ResultStatusService resultStatusService, StepLoggerFactory stepLoggerFactory) ConstructorAbstractBaseStep(PowerAuthStep step, List<PowerAuthVersion> supportedVersions, ResultStatusService resultStatusService, StepLoggerFactory stepLoggerFactory) Constructor -
Uses of PowerAuthStep in io.getlime.security.powerauth.lib.cmd.util
Methods in io.getlime.security.powerauth.lib.cmd.util with parameters of type PowerAuthStepModifier and TypeMethodDescriptionstatic voidTemporaryKeyUtil.fetchTemporaryKey(PowerAuthStep step, StepContext<? extends BaseStepData, ?> stepContext, io.getlime.security.powerauth.crypto.lib.encryptor.model.EncryptorScope scope) Fetch temporary key for encryption from the server and store it into the step context.