com.paypal.base.credential
Class SubjectAuthorization

java.lang.Object
  extended by 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


Constructor Summary
SubjectAuthorization(String subject)
          Subject based third party authorization used for MERCHANT APIs
 
Method Summary
 String getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectAuthorization

public SubjectAuthorization(String subject)
Subject based third party authorization used for MERCHANT APIs

Parameters:
subject - Subject string
Method Detail

getSubject

public String getSubject()
Returns:
the subject


Copyright © 2015. All Rights Reserved.