![]() |
ObjectiveC SDK
2.0
|
#include <TelekomServiceClient.h>
Public Member Functions | |
| void | setToken:withEnvironmenet: (STSToken *givenToken,[withEnvironmenet] NSString *givenEnvironment) |
| TelekomServiceClient * | initWith:withEnvironmenet: (STSToken *givenToken,[withEnvironmenet] NSString *givenEnvironment) |
| TelekomServiceClient * | initWith:withPassword:withEnvironment: (NSString *givenUsername,[withPassword] NSString *givenPassword,[withEnvironment] NSString *givenEnvironment) |
Properties | |
| NSString * | environment |
| STSToken * | SecurityTokenGetter |
Class provides token / username / password attributes for the request handling.
| TelekomServiceClient * TelekomServiceClient::initWith:withEnvironmenet: | ( | STSToken* | givenToken, |
| [withEnvironmenet] NSString* | givenEnvironment | ||
| ) | [virtual] |
Initializes new service client with given token and environment.
| givenToken | received security token |
| givenEnvironment | given environment (e.g production) |
| TelekomServiceClient * TelekomServiceClient::initWith:withPassword:withEnvironment: | ( | NSString* | givenUsername, |
| [withPassword] NSString* | givenPassword, | ||
| [withEnvironment] NSString* | givenEnvironment | ||
| ) | [virtual] |
Initializes new service client with given username, password and environment.
| givenUsername | username to request new token |
| givenPassword | password to request new token |
| givenEnvironment | environment information (e.g production) |
| void TelekomServiceClient::setToken:withEnvironmenet: | ( | STSToken* | givenToken, |
| [withEnvironmenet] NSString* | givenEnvironment | ||
| ) | [virtual] |
Sets TelekomServiceClient object attributes.
| givenToken | received security token |
| givenEnvironment | given environment (e.g. production) |
NSString * TelekomServiceClient::environment [read, write, retain] |
STSToken * TelekomServiceClient::SecurityTokenGetter [read, write, retain] |
1.7.5