|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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. More... | |
| addAllowedType ($assoc_type, $session_type=null) | |
| Add an association type and session type to the allowed types list. More... | |
| isAllowed ($assoc_type, $session_type) | |
| getAllowedType () | |
| Get a pair of assocation type and session type that are supported. More... | |
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.
@access private
Definition at line 558 of file Association.php.
References addAllowedType(), Auth_OpenID_checkSessionType(), and Auth_OpenID_getSessionTypes().
Referenced by addAllowedType().
Here is the call graph for this function:
Here is the caller 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:| 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:| Auth_OpenID_SessionNegotiator::setAllowedTypes | ( | $allowed_types | ) |
Set the allowed association types, checking to make sure each combination is valid.
@access 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 caller graph for this function: