| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for Auth_OpenID_SessionNegotiator:
 Collaboration diagram for Auth_OpenID_SessionNegotiator:| Public Member Functions | |
| Auth_OpenID_SessionNegotiator ($allowed_types) | |
| setAllowedTypes ($allowed_types) | |
| Set the allowed association types, checking to make sure each combination is valid. | |
| addAllowedType ($assoc_type, $session_type=null) | |
| Add an association type and session type to the allowed types list. | |
| isAllowed ($assoc_type, $session_type) | |
| getAllowedType () | |
| Get a pair of assocation type and session type that are supported. | |
Definition at line 525 of file Association.php.
| Auth_OpenID_SessionNegotiator::addAllowedType | ( | $assoc_type, | |
| $session_type = null | |||
| ) | 
Add an association type and session type to the allowed types list.
The assocation/session pairs are tried in the order that they are added.
private
Definition at line 558 of file Association.php.
References Auth_OpenID_checkSessionType(), and Auth_OpenID_getSessionTypes().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_SessionNegotiator::Auth_OpenID_SessionNegotiator | ( | $allowed_types | ) | 
Definition at line 526 of file Association.php.
References setAllowedTypes().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_SessionNegotiator::getAllowedType | ( | ) | 
Get a pair of assocation type and session type that are supported.
Definition at line 601 of file Association.php.
| Auth_OpenID_SessionNegotiator::isAllowed | ( | $assoc_type, | |
| $session_type | |||
| ) | 
Definition at line 586 of file Association.php.
References Auth_OpenID_getSessionTypes().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_SessionNegotiator::setAllowedTypes | ( | $allowed_types | ) | 
Set the allowed association types, checking to make sure each combination is valid.
private
Definition at line 538 of file Association.php.
References Auth_OpenID_checkSessionType().
Referenced by Auth_OpenID_SessionNegotiator().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: