Uses of Class
io.getlime.security.powerauth.lib.cmd.consts.PowerAuthStep
-
Uses of PowerAuthStep in io.getlime.security.powerauth.lib.cmd.consts
Methods in io.getlime.security.powerauth.lib.cmd.consts that return PowerAuthStep Modifier and Type Method Description static PowerAuthStepPowerAuthStep. fromMethod(String value)Detects a PowerAuth step from a provided valuestatic PowerAuthStepPowerAuthStep. valueOf(String name)Returns the enum constant of this type with the specified name.static PowerAuthStep[]PowerAuthStep. values()Returns an array containing the constants of this enum type, 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 PowerAuthStep Modifier and Type Method Description ResultStatusObjectStepExecutionService. 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 PowerAuthStep Modifier and Type Method Description PowerAuthStepBaseStep. getStep()Methods in io.getlime.security.powerauth.lib.cmd.steps that return types with arguments of type PowerAuthStep Modifier and Type Method Description Set<PowerAuthStep>StepProvider. getAvailableSteps(PowerAuthVersion version)Provides available PowerAuth steps for the specified PowerAuthVersionMethods in io.getlime.security.powerauth.lib.cmd.steps with parameters of type PowerAuthStep Modifier and Type Method Description booleanStepProvider. exists(PowerAuthStep step)Provides information about existence of PowerAuth step process componentsBaseStepStepProvider. getStep(PowerAuthStep step, PowerAuthVersion version)Provides step process component by PowerAuth step identification and versionSet<PowerAuthVersion>StepProvider. getSupportedVersions(PowerAuthStep step)Provides supported versions for the specified PowerAuth stepConstructors in io.getlime.security.powerauth.lib.cmd.steps with parameters of type PowerAuthStep Constructor Description AbstractActivationStep(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.steps.v2
Constructors in io.getlime.security.powerauth.lib.cmd.steps.v2 with parameters of type PowerAuthStep Constructor Description AbstractBaseStepV2(PowerAuthStep step, List<PowerAuthVersion> supportedVersions, StepLogger stepLogger)Constructor