| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for Auth_OpenID_AssociateRequest:
 Inheritance diagram for Auth_OpenID_AssociateRequest: Collaboration diagram for Auth_OpenID_AssociateRequest:
 Collaboration diagram for Auth_OpenID_AssociateRequest:| Public Member Functions | |
| Auth_OpenID_AssociateRequest ($session, $assoc_type) | |
| answer ($assoc) | |
| answerUnsupported ($text_message, $preferred_association_type=null, $preferred_session_type=null) | |
| Static Public Member Functions | |
| static | getSessionClasses () | 
| static | fromMessage ($message, $server=null) | 
| Data Fields | |
| $mode = "associate" | |
|  Data Fields inherited from Auth_OpenID_Request | |
| $mode = null | |
Definition at line 582 of file Server.php.
| Auth_OpenID_AssociateRequest::answer | ( | $assoc | ) | 
Definition at line 652 of file Server.php.
References Auth_OpenID_OPENID_NS.
| Auth_OpenID_AssociateRequest::answerUnsupported | ( | $text_message, | |
| $preferred_association_type = null, | |||
| $preferred_session_type = null | |||
| ) | 
Definition at line 674 of file Server.php.
References AUTH_OPENID_HTTP_ERROR, and Auth_OpenID_OPENID_NS.
| Auth_OpenID_AssociateRequest::Auth_OpenID_AssociateRequest | ( | $session, | |
| $assoc_type | |||
| ) | 
Definition at line 593 of file Server.php.
References Auth_OpenID_OPENID2_NS.
Referenced by fromMessage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 600 of file Server.php.
References Auth_OpenID\arrayGet(), Auth_OpenID_AssociateRequest(), Auth_OpenID_OPENID_NS, and getSessionClasses().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 585 of file Server.php.
Referenced by fromMessage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_AssociateRequest::$mode = "associate" | 
Definition at line 583 of file Server.php.