| Package | Description |
|---|---|
| io.getlime.powerauth.soap.v3 | |
| io.getlime.security.powerauth.soap.spring.client |
| Modifier and Type | Field and Description |
|---|---|
protected RecoveryPukStatus |
LookupRecoveryCodesRequest.recoveryPukStatus |
protected RecoveryPukStatus |
CreateRecoveryCodeResponse.Puks.status |
protected RecoveryPukStatus |
LookupRecoveryCodesResponse.RecoveryCodes.Puks.status |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryPukStatus |
RecoveryPukStatus.fromValue(String v) |
RecoveryPukStatus |
LookupRecoveryCodesRequest.getRecoveryPukStatus()
Gets the value of the recoveryPukStatus property.
|
RecoveryPukStatus |
CreateRecoveryCodeResponse.Puks.getStatus()
Gets the value of the status property.
|
RecoveryPukStatus |
LookupRecoveryCodesResponse.RecoveryCodes.Puks.getStatus()
Gets the value of the status property.
|
static RecoveryPukStatus |
RecoveryPukStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryPukStatus[] |
RecoveryPukStatus.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.setRecoveryPukStatus(RecoveryPukStatus value)
Sets the value of the recoveryPukStatus property.
|
void |
CreateRecoveryCodeResponse.Puks.setStatus(RecoveryPukStatus value)
Sets the value of the status property.
|
void |
LookupRecoveryCodesResponse.RecoveryCodes.Puks.setStatus(RecoveryPukStatus 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.