ObjectiveC SDK  2.0
Public Member Functions | Properties
TelekomServiceClient Class Reference

#include <TelekomServiceClient.h>

Inheritance diagram for TelekomServiceClient:
IpLocationClient SendMmsClient SendSmsClient

List of all members.

Public Member Functions

void setToken:withEnvironmenet: (STSToken *givenToken,[withEnvironmenet] NSString *givenEnvironment)
TelekomServiceClientinitWith:withEnvironmenet: (STSToken *givenToken,[withEnvironmenet] NSString *givenEnvironment)
TelekomServiceClientinitWith:withPassword:withEnvironment: (NSString *givenUsername,[withPassword] NSString *givenPassword,[withEnvironment] NSString *givenEnvironment)

Properties

NSString * environment
STSTokenSecurityTokenGetter

Detailed Description

Class provides token / username / password attributes for the request handling.


Member Function Documentation

TelekomServiceClient * TelekomServiceClient::initWith:withEnvironmenet: ( STSToken givenToken,
[withEnvironmenet] NSString*  givenEnvironment 
) [virtual]

Initializes new service client with given token and environment.

Parameters:
givenTokenreceived security token
givenEnvironmentgiven environment (e.g production)
Returns:
TelekomServiceClient new client object containig token and environment information
TelekomServiceClient * TelekomServiceClient::initWith:withPassword:withEnvironment: ( NSString*  givenUsername,
[withPassword] NSString*  givenPassword,
[withEnvironment] NSString*  givenEnvironment 
) [virtual]

Initializes new service client with given username, password and environment.

Parameters:
givenUsernameusername to request new token
givenPasswordpassword to request new token
givenEnvironmentenvironment information (e.g production)
Returns:
TelekomServiceClient new client object containing information to receive new security token
void TelekomServiceClient::setToken:withEnvironmenet: ( STSToken givenToken,
[withEnvironmenet] NSString*  givenEnvironment 
) [virtual]

Sets TelekomServiceClient object attributes.

Parameters:
givenTokenreceived security token
givenEnvironmentgiven environment (e.g. production)
Returns:
void

Property Documentation

NSString * TelekomServiceClient::environment [read, write, retain]
STSToken * TelekomServiceClient::SecurityTokenGetter [read, write, retain]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties