public enum ScaStatus extends Enum<ScaStatus>
| Enum Constant and Description |
|---|
EXEMPTED
SCA was exempted for the related transaction,
the related authorisation is successful.
|
FAILED
The SCA routine failed.
|
FINALISED
The SCA routine has been finalised successfully.
|
PSUAUTHENTICATED
The PSU related to the authorisation or cancellation-authorisation resource
has been identified and authenticated e.g.
|
PSUIDENTIFIED
The PSU related to the authorisation or cancellation-authorisation resource has
been identified.
|
RECEIVED
An authorisation or cancellation-authorisation resource has been created
successfully.
|
SCAMETHODSELECTED
The PSU/TPP has selected the related SCA routine.
|
STARTED
The addressed SCA routine has been started.
|
| Modifier and Type | Method and Description |
|---|---|
static ScaStatus |
fromValue(String text)
Maps textual representation to ScaStatus enum-value.
|
String |
getValue()
Provides a textual representation to be used i.e.
|
boolean |
isFinalisedStatus() |
boolean |
isNotFinalisedStatus() |
static ScaStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScaStatus RECEIVED
public static final ScaStatus PSUIDENTIFIED
public static final ScaStatus PSUAUTHENTICATED
public static final ScaStatus SCAMETHODSELECTED
RECEIVEDpublic static final ScaStatus STARTED
public static final ScaStatus FINALISED
public static final ScaStatus FAILED
public static final ScaStatus EXEMPTED
public static ScaStatus[] values()
for (ScaStatus c : ScaStatus.values()) System.out.println(c);
public static ScaStatus 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 nullpublic static ScaStatus fromValue(String text)
text - - text to be mapped.public boolean isFinalisedStatus()
public boolean isNotFinalisedStatus()
public String getValue()
Copyright © 2019. All rights reserved.