Home | Documentation |
uddi2__get_USCOREauthToken Class Reference
updated Mon Feb 22 2016
|
Schema urn:uddi-org:api_v2:"get_authToken". More...
#include <uddi_v2.h>
Public Member Functions | |
uddi2__get_USCOREauthToken (struct soap *) | |
Member declared in uddi2-typemap.dat. More... | |
uddi2__get_USCOREauthToken (struct soap *, const char *userid, const char *passwd) | |
Member declared in uddi2-typemap.dat. More... | |
uddi2__authToken * | send (const char *endpoint) |
Member declared in uddi2-typemap.dat. More... | |
Public Attributes | |
char * | generic |
Attribute generic of type xs:string. More... | |
char * | userID |
Attribute userID of type xs:string. More... | |
char * | cred |
Attribute cred of type xs:string. More... | |
struct soap * | soap |
A handle to the soap struct context that manages this class instance. More... | |
Schema urn:uddi-org:api_v2:"get_authToken".
Represents a request to obtain an authorization token, which is represented by the uddi2__authToken class.
uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken | ( | struct soap * | soap | ) |
Member declared in uddi2-typemap.dat.
[in] | soap | gSOAP context |
Creates an instance of the get_USCOREauthToken class.
uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken | ( | struct soap * | soap, |
const char * | userid, | ||
const char * | passwd | ||
) |
Member declared in uddi2-typemap.dat.
[in] | soap | gSOAP context |
[in] | userid | the user ID string |
[in] | passwd | the password string |
Creates an instance of the get_USCOREauthToken class using the specified user ID and password.
uddi2__authToken * uddi2__get_USCOREauthToken::send | ( | const char * | endpoint | ) |
Member declared in uddi2-typemap.dat.
[in] | endpoint | URL of the UDDI server |
Send a request to a UDDI service to get a authorization token given a user ID and password.
char* uddi2__get_USCOREauthToken::cred |
Attribute cred of type xs:string.
Required attribute
char* uddi2__get_USCOREauthToken::generic |
Attribute generic of type xs:string.
Required attribute
struct soap* uddi2__get_USCOREauthToken::soap |
A handle to the soap struct context that manages this class instance.
char* uddi2__get_USCOREauthToken::userID |
Attribute userID of type xs:string.
Required attribute