Uses of Class
com.yahoo.marketing.apt.client.Credential

Packages that use Credential
com.yahoo.marketing.apt.client   
 

Uses of Credential in com.yahoo.marketing.apt.client
 

Fields in com.yahoo.marketing.apt.client declared as Credential
private  Credential ServiceFactory.credential
          Credential instance which contains the credentials to access the APT Web Service API.
 

Methods in com.yahoo.marketing.apt.client that return Credential
 Credential ServiceFactory.getCredential()
          Return the Credential object.
 

Methods in com.yahoo.marketing.apt.client with parameters of type Credential
 java.lang.String ServiceFactory.getEndPointLocation(Credential credential)
          Retrieves the service endpoint address prefix for the specific accountID stored in credential using the APT LocationService.
 org.apache.axis.client.Stub ServiceFactory.getService(java.lang.Class klass, Credential credential)
          Return Axis generated client for the specified service class with credential.
 org.apache.axis.client.Stub ServiceFactory.getService(java.lang.String serviceName, Credential credential)
          Return Axis generated client for the specified service name with credential.
 void ServiceFactory.setCredential(Credential credential)
          Set the Credential object.
private  void ServiceFactory.setHeaders(org.apache.axis.client.Stub _stub, Credential credential, java.lang.String apiNS)
          Set headers on the org.apache.axis.client.Stub object passed in with credential and api namespace passed in and set the timeout on the Stub
 

Constructors in com.yahoo.marketing.apt.client with parameters of type Credential
ServiceFactory(Credential credential)
          Constructor to instantiate ServiceFactory with credential.
ServiceFactory(Credential credential, java.util.Properties factoryConfig, java.util.Properties logConfig)
          Constructor to instantiate ServiceFactory with credential.
ServiceFactory(Credential credential, java.lang.String factoryConfigFileName, java.lang.String logConfigFileName)
          Constructor to instantiate ServiceFactory with credential.