Interface ThreeDSecure
-
public interface ThreeDSecureIDVMethod supported by the Card Enrollment.
-
-
Field Summary
Fields Modifier and Type Field Description static intRESULT_CODE_AUTHENTICATION_FAILEDstatic intRESULT_CODE_SESSION_NOT_FOUNDstatic intRESULT_CODE_SUCCESS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAcsMethod()Fetch the ACS access Method.java.lang.StringgetAcsQuery()Fetch the ACS access Query.java.lang.StringgetAcsUrl()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.
-
-