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

Public Member Functions

 getTokenData ()
 getTokenFormat ()
 getTokenEncoding ()
 isValid ()

Data Fields

 $tokenFormat = null
 $tokenEncoding = null
 $tokenData = null

Detailed Description

Definition at line 41 of file SecurityTokenResponse.php.


Member Function Documentation

returns the tokenData

Returns:
string

Definition at line 71 of file SecurityTokenResponse.php.

Here is the caller graph for this function:

returns the token encoding

Returns:
string

Definition at line 96 of file SecurityTokenResponse.php.

returns the token format value

Returns:
string

Definition at line 86 of file SecurityTokenResponse.php.

isValid ( )

returns true if the stored token data is valid

Returns:
boolean
Todo:
implement the true token validation check

Reimplemented from Zend_Service_DeveloperGarden_Response_ResponseAbstract.

Definition at line 106 of file SecurityTokenResponse.php.


Field Documentation

$tokenData = null

Definition at line 64 of file SecurityTokenResponse.php.

$tokenEncoding = null

Definition at line 57 of file SecurityTokenResponse.php.

$tokenFormat = null

Definition at line 50 of file SecurityTokenResponse.php.


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