public static enum AsmServicesWs.LoginResultCode extends Enum<AsmServicesWs.LoginResultCode>
Enum Constant and Description |
---|
CERT_IS_OFFLINE
The device belonging to this login OTP is not logged in.
|
CERT_KNOWN_BUT_NOT_MAPPED_TO_USER
The certificate is known, but not assigned to a user.
|
CERT_MAPPED_BUT_LOCKED
The certificate is assigned to user, but locked in the database.
|
DEVICETYPE_INVALID
The device is neither 'software' nor 'hardware'.
|
HARDWARE_CERT_MAPPED_TO_USER
The login with a hardware device (mIDentity, Air, Air+) was successful.
|
LOGIN_WITH_CERT_FAILED
The login failed because of an internal error.
|
LOGINOTP_NOT_VERIFIED
The login OTP is rejected.
|
LOGINOTP_TIMED_OUT
The login OTP is correct but expired.
|
LOGINOTP_UNKNOWN
The delivered login OTP is not known by SSMS server.
|
SOFTWARE_CERT_MAPPED_TO_USER
The login with a software device (smartphone) was successful.
|
Modifier and Type | Method and Description |
---|---|
static AsmServicesWs.LoginResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmServicesWs.LoginResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmServicesWs.LoginResultCode LOGINOTP_UNKNOWN
public static final AsmServicesWs.LoginResultCode LOGINOTP_TIMED_OUT
public static final AsmServicesWs.LoginResultCode CERT_KNOWN_BUT_NOT_MAPPED_TO_USER
public static final AsmServicesWs.LoginResultCode CERT_MAPPED_BUT_LOCKED
public static final AsmServicesWs.LoginResultCode SOFTWARE_CERT_MAPPED_TO_USER
public static final AsmServicesWs.LoginResultCode HARDWARE_CERT_MAPPED_TO_USER
public static final AsmServicesWs.LoginResultCode DEVICETYPE_INVALID
public static final AsmServicesWs.LoginResultCode LOGINOTP_NOT_VERIFIED
public static final AsmServicesWs.LoginResultCode CERT_IS_OFFLINE
public static final AsmServicesWs.LoginResultCode LOGIN_WITH_CERT_FAILED
public static AsmServicesWs.LoginResultCode[] values()
for (AsmServicesWs.LoginResultCode c : AsmServicesWs.LoginResultCode.values()) System.out.println(c);
public static AsmServicesWs.LoginResultCode 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.