Uses of Class
io.getlime.security.powerauth.lib.cmd.consts.PowerAuthVersion
-
Uses of PowerAuthVersion in io.getlime.security.powerauth.lib.cmd.consts
Fields in io.getlime.security.powerauth.lib.cmd.consts declared as PowerAuthVersion Modifier and Type Field Description static PowerAuthVersionPowerAuthVersion. DEFAULTDefault versionFields in io.getlime.security.powerauth.lib.cmd.consts with type parameters of type PowerAuthVersion Modifier and Type Field Description static com.google.common.collect.ImmutableList<PowerAuthVersion>PowerAuthVersion. ALL_VERSIONSAll supported versionsstatic com.google.common.collect.ImmutableList<PowerAuthVersion>PowerAuthVersion. VERSION_2All versions belonging to major version 2static com.google.common.collect.ImmutableList<PowerAuthVersion>PowerAuthVersion. VERSION_3All versions belonging to major version 3Methods in io.getlime.security.powerauth.lib.cmd.consts that return PowerAuthVersion Modifier and Type Method Description static PowerAuthVersionPowerAuthVersion. fromValue(java.lang.String value)Detects a PowerAuth version from a provided valuestatic PowerAuthVersionPowerAuthVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PowerAuthVersion[]PowerAuthVersion. values()Returns an array containing the constants of this enum type, 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 PowerAuthVersion 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 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 PowerAuthVersion Modifier and Type Method Description java.util.List<PowerAuthVersion>BaseStep. getSupportedVersions()java.util.Set<PowerAuthVersion>StepProvider. getSupportedVersions(PowerAuthStep step)Provides supported versions for the specified PowerAuth stepMethods in io.getlime.security.powerauth.lib.cmd.steps with parameters of type PowerAuthVersion Modifier and Type Method Description java.util.Set<PowerAuthStep>StepProvider. getAvailableSteps(PowerAuthVersion version)Provides available PowerAuth steps for the specified PowerAuthVersionBaseStepStepProvider. 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 PowerAuthVersion Constructor Description AbstractActivationStep(PowerAuthStep step, java.util.List<PowerAuthVersion> supportedVersions, ResultStatusService resultStatusService, StepLoggerFactory stepLoggerFactory)ConstructorAbstractBaseStep(PowerAuthStep step, java.util.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 PowerAuthVersion Modifier and Type Method Description voidBaseStepModel. 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 Modifier and Type Method Description PowerAuthVersionBaseStepData. getVersion() -
Uses of PowerAuthVersion in io.getlime.security.powerauth.lib.cmd.steps.v2
Constructor parameters in io.getlime.security.powerauth.lib.cmd.steps.v2 with type arguments of type PowerAuthVersion Constructor Description AbstractBaseStepV2(PowerAuthStep step, java.util.List<PowerAuthVersion> supportedVersions, StepLogger stepLogger)Constructor