Interface ThreeDSecure
-
public interface ThreeDSecure
IDVMethod supported by the Card Enrollment.
-
-
Field Summary
Fields Modifier and Type Field Description static int
RESULT_CODE_AUTHENTICATION_FAILED
static int
RESULT_CODE_SESSION_NOT_FOUND
static int
RESULT_CODE_SUCCESS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAcsMethod()
Fetch the ACS access Method.java.lang.String
getAcsQuery()
Fetch the ACS access Query.java.lang.String
getAcsUrl()
Fetch the ACS access URL.
-
-
-
Field Detail
-
RESULT_CODE_SUCCESS
static final int RESULT_CODE_SUCCESS
- See Also:
- Constant Field Values
-
RESULT_CODE_AUTHENTICATION_FAILED
static final int RESULT_CODE_AUTHENTICATION_FAILED
- See Also:
- Constant Field Values
-
RESULT_CODE_SESSION_NOT_FOUND
static final int RESULT_CODE_SESSION_NOT_FOUND
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAcsMethod
java.lang.String getAcsMethod()
Fetch the ACS access Method.- Returns:
- the the ACS access Method.
-
getAcsUrl
java.lang.String getAcsUrl()
Fetch the ACS access URL.- Returns:
- the ACS access URL.
-
getAcsQuery
java.lang.String getAcsQuery()
Fetch the ACS access Query.- Returns:
- the ACS access Query.
-
-