com.paypal.base.credential
Class SubjectAuthorization
java.lang.Object
com.paypal.base.credential.SubjectAuthorization
- All Implemented Interfaces:
- ThirdPartyAuthorization
public class SubjectAuthorization
- extends Object
- implements ThirdPartyAuthorization
SubjectAuthorization encapsulates third party subject authorization. Subject
Authorization caters to MERCHANT APIs only
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubjectAuthorization
public SubjectAuthorization(String subject)
- Subject based third party authorization used for MERCHANT APIs
- Parameters:
subject - Subject string
getSubject
public String getSubject()
- Returns:
- the subject
Copyright © 2015. All Rights Reserved.