public class CertificateCredential extends Object implements ICredential
CertificateCredential encapsulates certificate credential
information used by service authentication systems.| Constructor and Description |
|---|
CertificateCredential(String userName,
String password,
String certificatePath,
String certificateKey)
Certificate Credential
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
String |
getCertificateKey() |
String |
getCertificatePath() |
String |
getPassword() |
ThirdPartyAuthorization |
getThirdPartyAuthorization() |
String |
getUserName() |
void |
setApplicationId(String applicationId) |
void |
setThirdPartyAuthorization(ThirdPartyAuthorization thirdPartyAuthorization)
Sets any instance of
ThirdPartyAuthorization. |
public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId - the applicationId to set, ignored for MERCHANT APIspublic ThirdPartyAuthorization getThirdPartyAuthorization()
public void setThirdPartyAuthorization(ThirdPartyAuthorization thirdPartyAuthorization)
ThirdPartyAuthorization. Can be an Instance
of TokenAuthorization or SubjectAuthorization.
SubjectAuthorization is used in MERCHANT APIsthirdPartyAuthorization - the thirdPartyAuthorization to setpublic String getUserName()
public String getPassword()
public String getCertificatePath()
public String getCertificateKey()
Copyright © 2016. All Rights Reserved.