| Package | Description |
|---|---|
| io.getlime.powerauth.soap.v3 | |
| io.getlime.security.powerauth.soap.spring.client |
| Modifier and Type | Field and Description |
|---|---|
protected ActivationStatus |
UnblockActivationResponse.activationStatus |
protected ActivationStatus |
LookupActivationsResponse.Activations.activationStatus |
protected ActivationStatus |
ActivationHistoryResponse.Items.activationStatus |
protected ActivationStatus |
GetActivationListForUserResponse.Activations.activationStatus |
protected ActivationStatus |
GetActivationStatusResponse.activationStatus |
protected ActivationStatus |
SignatureAuditResponse.Items.activationStatus |
protected ActivationStatus |
LookupActivationsRequest.activationStatus |
protected ActivationStatus |
BlockActivationResponse.activationStatus |
protected ActivationStatus |
VerifySignatureResponse.activationStatus |
protected ActivationStatus |
PrepareActivationResponse.activationStatus |
protected ActivationStatus |
UpdateStatusForActivationsRequest.activationStatus |
protected ActivationStatus |
VerifyOfflineSignatureResponse.activationStatus |
| Modifier and Type | Method and Description |
|---|---|
static ActivationStatus |
ActivationStatus.fromValue(String v) |
ActivationStatus |
UnblockActivationResponse.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
LookupActivationsResponse.Activations.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
ActivationHistoryResponse.Items.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
GetActivationListForUserResponse.Activations.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
GetActivationStatusResponse.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
SignatureAuditResponse.Items.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
LookupActivationsRequest.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
BlockActivationResponse.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
VerifySignatureResponse.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
PrepareActivationResponse.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
UpdateStatusForActivationsRequest.getActivationStatus()
Gets the value of the activationStatus property.
|
ActivationStatus |
VerifyOfflineSignatureResponse.getActivationStatus()
Gets the value of the activationStatus property.
|
static ActivationStatus |
ActivationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivationStatus[] |
ActivationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnblockActivationResponse.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
LookupActivationsResponse.Activations.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
ActivationHistoryResponse.Items.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
GetActivationListForUserResponse.Activations.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
GetActivationStatusResponse.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
SignatureAuditResponse.Items.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
LookupActivationsRequest.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
BlockActivationResponse.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
VerifySignatureResponse.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
PrepareActivationResponse.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
UpdateStatusForActivationsRequest.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
VerifyOfflineSignatureResponse.setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
| Modifier and Type | Method and Description |
|---|---|
List<LookupActivationsResponse.Activations> |
PowerAuthServiceClient.lookupActivations(List<String> userIds,
List<Long> applicationIds,
Date timestampLastUsedBefore,
Date timestampLastUsedAfter,
ActivationStatus activationStatus)
Call the lookupActivations method of the PowerAuth 3.0 Server SOAP interface.
|
UpdateStatusForActivationsResponse |
PowerAuthServiceClient.updateStatusForActivations(List<String> activationIds,
ActivationStatus activationStatus)
Call the updateStatusForActivations method of the PowerAuth 3.0 Server SOAP interface.
|
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.