public static enum AsmServicesWs.OfflineResultCode extends Enum<AsmServicesWs.OfflineResultCode>
AsmServicesWs.verifyOfflineOtp(OfflineOtpParam)
and AsmServicesWs.verifyOfflineSecureSequence(OfflineSecureSequenceParam)
Enum Constant and Description |
---|
NO_MORE_RETRIES
The verification of OTPs failed several times.
|
OK
The verification (e.g. of an OTP) was successful.
|
SECURE_SEQUENCE_FAILED_OTP1
The verification of a SecureSequence failed, because the OTP1 was wrong.
|
SECURE_SEQUENCE_FAILED_OTP2
The verification of a SecureSequence failed, because the OTP2 was wrong.
|
SECURE_SEQUENCE_FAILED_OTP3
The verification of a SecureSequence failed, because the OTP3 was wrong.
|
SECURE_SEQUENCE_FAILED_OTP4
The verification of a SecureSequence failed, because the OTP4 was wrong.
|
SECURE_SEQUENCE_FAILED_TIME
The verification of a SecureSequence failed, because the delivered time stamp was not in the allowed range.
|
TEMPORARY_LOCKED
The last verification failed and the user is not allowed to process a verification for a certain amount of time.
|
VERIFY_FAILED
The verification (e.g. of an OTP) failed.
|
Modifier and Type | Method and Description |
---|---|
static AsmServicesWs.OfflineResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmServicesWs.OfflineResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmServicesWs.OfflineResultCode OK
public static final AsmServicesWs.OfflineResultCode VERIFY_FAILED
public static final AsmServicesWs.OfflineResultCode NO_MORE_RETRIES
public static final AsmServicesWs.OfflineResultCode TEMPORARY_LOCKED
public static final AsmServicesWs.OfflineResultCode SECURE_SEQUENCE_FAILED_OTP1
public static final AsmServicesWs.OfflineResultCode SECURE_SEQUENCE_FAILED_OTP2
public static final AsmServicesWs.OfflineResultCode SECURE_SEQUENCE_FAILED_OTP3
public static final AsmServicesWs.OfflineResultCode SECURE_SEQUENCE_FAILED_OTP4
public static final AsmServicesWs.OfflineResultCode SECURE_SEQUENCE_FAILED_TIME
public static AsmServicesWs.OfflineResultCode[] values()
for (AsmServicesWs.OfflineResultCode c : AsmServicesWs.OfflineResultCode.values()) System.out.println(c);
public static AsmServicesWs.OfflineResultCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.