/openid/Auth/OpenID/Association.php
Description
This module contains code for dealing with associations between consumers and servers.
PHP versions 4 and 5
LICENSE: See the COPYING file included in this distribution.
Classes
| Class | Description |
|---|---|
Auth_OpenID_Association
|
This class represents an association between a server and a consumer. In general, users of this library will never see instances of this object. The only exception is if you implement a custom Auth_OpenID_OpenIDStore. |
Auth_OpenID_SessionNegotiator
|
A session negotiator controls the allowed and preferred association types and association session types. Both the Auth_OpenID_Consumer and Auth_OpenID_Server use negotiators when creating associations. |
Functions
void
Auth_OpenID_checkSessionType
( $assoc_type, $session_type)
- $assoc_type
- $session_type
void
Auth_OpenID_getAllAssociationTypes
()
void
Auth_OpenID_getDefaultAssociationOrder
()
void
&Auth_OpenID_getDefaultNegotiator
()
void
&Auth_OpenID_getEncryptedNegotiator
()
void
Auth_OpenID_getOnlyEncryptedOrder
()
void
Auth_OpenID_getSupportedAssociationTypes
()
Documentation generated on Sat, 14 Nov 2009 11:10:38 +0000 by phpDocumentor 1.3.1


