Uses of Class
net.degreedays.api.SecurityKey

Packages that use SecurityKey
net.degreedays.api Core Degree Days.net API classes, including DegreeDaysApi - the starting point for all API operations. 
net.degreedays.api.processing For advanced use, this enables customization of the request/response processing (XML, HTTP, security etc.). 
 

Uses of SecurityKey in net.degreedays.api
 

Constructors in net.degreedays.api with parameters of type SecurityKey
DegreeDaysApi(AccountKey accountKey, SecurityKey securityKey)
          Constructs a DegreeDaysApi object that internally uses a default RequestProcessor configured with the specified access keys.
 

Uses of SecurityKey in net.degreedays.api.processing
 

Constructors in net.degreedays.api.processing with parameters of type SecurityKey
XmlHttpRequestProcessor.Builder(AccountKey accountKey, SecurityKey securityKey)
           
 



www.degreedays.net/api/