| Package | Description |
|---|---|
| io.getlime.powerauth.soap.v3 | |
| io.getlime.security.powerauth.soap.spring.client |
| Modifier and Type | Field and Description |
|---|---|
protected ActivationOtpValidation |
GetActivationStatusResponse.activationOtpValidation |
protected ActivationOtpValidation |
InitActivationRequest.activationOtpValidation |
| Modifier and Type | Method and Description |
|---|---|
static ActivationOtpValidation |
ActivationOtpValidation.fromValue(String v) |
ActivationOtpValidation |
GetActivationStatusResponse.getActivationOtpValidation()
Gets the value of the activationOtpValidation property.
|
ActivationOtpValidation |
InitActivationRequest.getActivationOtpValidation()
Gets the value of the activationOtpValidation property.
|
static ActivationOtpValidation |
ActivationOtpValidation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivationOtpValidation[] |
ActivationOtpValidation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetActivationStatusResponse.setActivationOtpValidation(ActivationOtpValidation value)
Sets the value of the activationOtpValidation property.
|
void |
InitActivationRequest.setActivationOtpValidation(ActivationOtpValidation value)
Sets the value of the activationOtpValidation property.
|
| Modifier and Type | Method and Description |
|---|---|
InitActivationResponse |
PowerAuthServiceClient.initActivation(String userId,
Long applicationId,
ActivationOtpValidation otpValidation,
String otp)
Call the initActivation method of the PowerAuth 3.0 Server SOAP interface.
|
InitActivationResponse |
PowerAuthServiceClient.initActivation(String userId,
Long applicationId,
Long maxFailureCount,
Date timestampActivationExpire,
ActivationOtpValidation otpValidation,
String otp)
Call the initActivation method of the PowerAuth 3.0 Server SOAP interface.
|
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.