| Package | Description |
|---|---|
| io.getlime.powerauth.soap.v3 | |
| io.getlime.security.powerauth.soap.spring.client |
| Modifier and Type | Field and Description |
|---|---|
protected RecoveryCodeStatus |
LookupRecoveryCodesRequest.recoveryCodeStatus |
protected RecoveryCodeStatus |
CreateRecoveryCodeResponse.status |
protected RecoveryCodeStatus |
LookupRecoveryCodesResponse.RecoveryCodes.status |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryCodeStatus |
RecoveryCodeStatus.fromValue(String v) |
RecoveryCodeStatus |
LookupRecoveryCodesRequest.getRecoveryCodeStatus()
Gets the value of the recoveryCodeStatus property.
|
RecoveryCodeStatus |
CreateRecoveryCodeResponse.getStatus()
Gets the value of the status property.
|
RecoveryCodeStatus |
LookupRecoveryCodesResponse.RecoveryCodes.getStatus()
Gets the value of the status property.
|
static RecoveryCodeStatus |
RecoveryCodeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryCodeStatus[] |
RecoveryCodeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookupRecoveryCodesRequest.setRecoveryCodeStatus(RecoveryCodeStatus value)
Sets the value of the recoveryCodeStatus property.
|
void |
CreateRecoveryCodeResponse.setStatus(RecoveryCodeStatus value)
Sets the value of the status property.
|
void |
LookupRecoveryCodesResponse.RecoveryCodes.setStatus(RecoveryCodeStatus value)
Sets the value of the status property.
|
| Modifier and Type | Method and Description |
|---|---|
LookupRecoveryCodesResponse |
PowerAuthServiceClient.lookupRecoveryCodes(String userId,
String activationId,
Long applicationId,
RecoveryCodeStatus recoveryCodeStatus,
RecoveryPukStatus recoveryPukStatus)
Lookup recovery codes.
|
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.