API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
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
Références Auth_OpenID_checkSessionType(), et Auth_OpenID_getSessionTypes().
Auth_OpenID_SessionNegotiator::Auth_OpenID_SessionNegotiator | ( | $ | allowed_types | ) |
Auth_OpenID_SessionNegotiator::getAllowedType | ( | ) |
Get a pair of assocation type and session type that are supported.
Auth_OpenID_SessionNegotiator::isAllowed | ( | $ | assoc_type, |
$ | session_type | ||
) |
Auth_OpenID_SessionNegotiator::setAllowedTypes | ( | $ | allowed_types | ) |
Set the allowed association types, checking to make sure each combination is valid.
private
Références Auth_OpenID_checkSessionType().
Référencé par Auth_OpenID_SessionNegotiator().