ILIAS
Release_4_4_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | Auth_OpenID_Association |
class | Auth_OpenID_SessionNegotiator |
Namespaces | |
namespace | OpenID |
This module contains code for dealing with associations between consumers and servers. |
Functions | |
Auth_OpenID_getSecretSize ($assoc_type) | |
Auth_OpenID_getAllAssociationTypes () | |
Auth_OpenID_getSupportedAssociationTypes () | |
Auth_OpenID_getSessionTypes ($assoc_type) | |
Auth_OpenID_checkSessionType ($assoc_type, $session_type) | |
Auth_OpenID_getDefaultAssociationOrder () | |
Auth_OpenID_getOnlyEncryptedOrder () | |
Auth_OpenID_getDefaultNegotiator () | |
Auth_OpenID_getEncryptedNegotiator () |
Auth_OpenID_checkSessionType | ( | $assoc_type, | |
$session_type | |||
) |
Definition at line 421 of file Association.php.
References Auth_OpenID_getSessionTypes().
Referenced by Auth_OpenID_SessionNegotiator\addAllowedType(), and Auth_OpenID_SessionNegotiator\setAllowedTypes().
Auth_OpenID_getAllAssociationTypes | ( | ) |
Definition at line 392 of file Association.php.
Auth_OpenID_getDefaultAssociationOrder | ( | ) |
Definition at line 431 of file Association.php.
References Auth_OpenID_noMathSupport().
Referenced by Auth_OpenID_getDefaultNegotiator(), and Auth_OpenID_getOnlyEncryptedOrder().
Auth_OpenID_getDefaultNegotiator | ( | ) |
Definition at line 472 of file Association.php.
References Auth_OpenID_getDefaultAssociationOrder().
Referenced by Auth_OpenID_GenericConsumer\Auth_OpenID_GenericConsumer(), and Auth_OpenID_Server\Auth_OpenID_Server().
Auth_OpenID_getEncryptedNegotiator | ( | ) |
Definition at line 478 of file Association.php.
References Auth_OpenID_getOnlyEncryptedOrder().
Auth_OpenID_getOnlyEncryptedOrder | ( | ) |
Definition at line 452 of file Association.php.
References $result, and Auth_OpenID_getDefaultAssociationOrder().
Referenced by Auth_OpenID_getEncryptedNegotiator().
Auth_OpenID_getSecretSize | ( | $assoc_type | ) |
Definition at line 381 of file Association.php.
Referenced by Auth_OpenID_Signatory\createAssociation().
Auth_OpenID_getSessionTypes | ( | $assoc_type | ) |
Definition at line 408 of file Association.php.
References Auth_OpenID\arrayGet().
Referenced by Auth_OpenID_SessionNegotiator\addAllowedType(), Auth_OpenID_checkSessionType(), and Auth_OpenID_SessionNegotiator\isAllowed().
Auth_OpenID_getSupportedAssociationTypes | ( | ) |
Definition at line 397 of file Association.php.
Referenced by Auth_OpenID_Association\Auth_OpenID_Association().