|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| Auth_OpenID_SessionNegotiator ($allowed_types) | |
| setAllowedTypes ($allowed_types) | |
| addAllowedType ($assoc_type, $session_type=null) | |
| isAllowed ($assoc_type, $session_type) | |
| getAllowedType () | |
Definition at line 527 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 560 of file Association.php.
References Auth_OpenID_checkSessionType(), and Auth_OpenID_getSessionTypes().
| Auth_OpenID_SessionNegotiator::Auth_OpenID_SessionNegotiator | ( | $ | allowed_types | ) |
Definition at line 528 of file Association.php.
References setAllowedTypes().
| Auth_OpenID_SessionNegotiator::getAllowedType | ( | ) |
Get a pair of assocation type and session type that are supported.
Definition at line 603 of file Association.php.
| Auth_OpenID_SessionNegotiator::isAllowed | ( | $ | assoc_type, |
| $ | session_type | ||
| ) |
Definition at line 588 of file Association.php.
References Auth_OpenID_getSessionTypes().
| Auth_OpenID_SessionNegotiator::setAllowedTypes | ( | $ | allowed_types | ) |
Set the allowed association types, checking to make sure each combination is valid.
private
Definition at line 540 of file Association.php.
References Auth_OpenID_checkSessionType().
Referenced by Auth_OpenID_SessionNegotiator().
1.7.5.1