Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_SecurityTokenServer Class Reference
Inheritance diagram for Zend_Service_DeveloperGarden_SecurityTokenServer:
Collaboration diagram for Zend_Service_DeveloperGarden_SecurityTokenServer:

Public Member Functions

 getLoginToken ()
 getTokens ()

Protected Attributes

 $_wsdlFile = 'https://sts.idm.telekom.com/TokenService?wsdl'
 $_wsdlFileLocal = 'Wsdl/TokenService.wsdl'
 $_classMap

Detailed Description

Definition at line 51 of file SecurityTokenServer.php.


Member Function Documentation

does the login and return the specific response

Returns:
Zend_Service_DeveloperGarden_Response_SecurityTokenServer_SecurityTokenResponse

Definition at line 84 of file SecurityTokenServer.php.

Here is the call graph for this function:

getTokens ( )

returns the fetched token from token server

Returns:
Zend_Service_DeveloperGarden_Response_SecurityTokenServer_GetTokensResponse

Definition at line 108 of file SecurityTokenServer.php.

Here is the call graph for this function:


Field Documentation

$_classMap [protected]
Initial value:
 array(
        'SecurityTokenResponse' => 'Zend_Service_DeveloperGarden_Response_SecurityTokenServer_SecurityTokenResponse',
        'getTokensResponse'     => 'Zend_Service_DeveloperGarden_Response_SecurityTokenServer_GetTokensResponse'
    )

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 74 of file SecurityTokenServer.php.

$_wsdlFile = 'https://sts.idm.telekom.com/TokenService?wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 59 of file SecurityTokenServer.php.

$_wsdlFileLocal = 'Wsdl/TokenService.wsdl' [protected]

Reimplemented from Zend_Service_DeveloperGarden_Client_ClientAbstract.

Definition at line 66 of file SecurityTokenServer.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations