Uses of Enum Class
io.getlime.security.powerauth.lib.cmd.consts.PowerAuthVersion
Packages that use PowerAuthVersion
Package
Description
-
Uses of PowerAuthVersion in io.getlime.security.powerauth.lib.cmd.consts
Fields in io.getlime.security.powerauth.lib.cmd.consts declared as PowerAuthVersionModifier and TypeFieldDescriptionstatic final PowerAuthVersionPowerAuthVersion.DEFAULTDefault versionFields in io.getlime.security.powerauth.lib.cmd.consts with type parameters of type PowerAuthVersionModifier and TypeFieldDescriptionstatic final List<PowerAuthVersion> PowerAuthVersion.ALL_VERSIONSAll supported versionsstatic final List<PowerAuthVersion> PowerAuthVersion.VERSION_3All versions belonging to major version 3Methods in io.getlime.security.powerauth.lib.cmd.consts that return PowerAuthVersionModifier and TypeMethodDescriptionstatic PowerAuthVersionDetects a PowerAuth version from a provided valuestatic PowerAuthVersionReturns the enum constant of this class with the specified name.static PowerAuthVersion[]PowerAuthVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PowerAuthVersion in io.getlime.security.powerauth.lib.cmd.service
Methods in io.getlime.security.powerauth.lib.cmd.service with parameters of type PowerAuthVersionModifier and TypeMethodDescriptionStepExecutionService.execute(PowerAuthStep stepId, PowerAuthVersion version, BaseStepModel model) Executes the provided step at desired version with the model data -
Uses of PowerAuthVersion in io.getlime.security.powerauth.lib.cmd.steps
Methods in io.getlime.security.powerauth.lib.cmd.steps that return types with arguments of type PowerAuthVersionModifier and TypeMethodDescriptionBaseStep.getSupportedVersions()StepProvider.getSupportedVersions(PowerAuthStep step) Provides supported versions for the specified PowerAuth stepMethods in io.getlime.security.powerauth.lib.cmd.steps with parameters of type PowerAuthVersionModifier and TypeMethodDescriptionStepProvider.getAvailableSteps(PowerAuthVersion version) Provides available PowerAuth steps for the specified PowerAuthVersionStepProvider.getStep(PowerAuthStep step, PowerAuthVersion version) Provides step process component by PowerAuth step identification and versionConstructor parameters in io.getlime.security.powerauth.lib.cmd.steps with type arguments of type PowerAuthVersionModifierConstructorDescriptionAbstractActivationStep(PowerAuthStep step, List<PowerAuthVersion> supportedVersions, ResultStatusService resultStatusService, StepLoggerFactory stepLoggerFactory) ConstructorAbstractBaseStep(PowerAuthStep step, List<PowerAuthVersion> supportedVersions, ResultStatusService resultStatusService, StepLoggerFactory stepLoggerFactory) Constructor -
Uses of PowerAuthVersion in io.getlime.security.powerauth.lib.cmd.steps.model
Methods in io.getlime.security.powerauth.lib.cmd.steps.model with parameters of type PowerAuthVersionModifier and TypeMethodDescriptionvoidBaseStepModel.setVersion(PowerAuthVersion version) Sets the version value -
Uses of PowerAuthVersion in io.getlime.security.powerauth.lib.cmd.steps.model.data
Methods in io.getlime.security.powerauth.lib.cmd.steps.model.data that return PowerAuthVersion