PHP 클래스 PayPal\Auth\PPCertificateCredential

상속: extends IPPCredential
파일 보기 프로젝트 열기: paypal/sdk-core-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$applicationId string Test application Ids are available for the sandbox environment
$certificatePassPhrase string Password used to protect the API certificate
$certificatePath string Path to PEM encoded API certificate on local filesystem
$password string API password
$userName string API username

공개 메소드들

메소드 설명
__construct ( string $userName, string $password, string $certPath, string $certificatePassPhrase = null ) Constructs a new certificate credential object
getApplicationId ( )
getCertificatePassPhrase ( )
getCertificatePath ( )
getPassword ( )
getUserName ( )
setApplicationId ( $applicationId )
validate ( )

메소드 상세

__construct() 공개 메소드

Constructs a new certificate credential object
public __construct ( string $userName, string $password, string $certPath, string $certificatePassPhrase = null )
$userName string API username
$password string API password
$certPath string Path to PEM encoded client certificate file
$certificatePassPhrase string password need to use the certificate

getApplicationId() 공개 메소드

public getApplicationId ( )

getCertificatePassPhrase() 공개 메소드

getCertificatePath() 공개 메소드

public getCertificatePath ( )

getPassword() 공개 메소드

public getPassword ( )

getUserName() 공개 메소드

public getUserName ( )

setApplicationId() 공개 메소드

public setApplicationId ( $applicationId )

validate() 공개 메소드

public validate ( )

프로퍼티 상세

$applicationId 보호되어 있는 프로퍼티

Test application Ids are available for the sandbox environment
protected string $applicationId
리턴 string

$certificatePassPhrase 보호되어 있는 프로퍼티

Password used to protect the API certificate
protected string $certificatePassPhrase
리턴 string

$certificatePath 보호되어 있는 프로퍼티

Path to PEM encoded API certificate on local filesystem
protected string $certificatePath
리턴 string

$password 보호되어 있는 프로퍼티

API password
protected string $password
리턴 string

$userName 보호되어 있는 프로퍼티

API username
protected string $userName
리턴 string