JanRain OpenID Library

Association.php

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.

Tags
author

JanRain, Inc. openid@janrain.com

copyright

2005-2008 Janrain, Inc.

license

http://www.apache.org/licenses/LICENSE-2.0 Apache

Interfaces, Classes, Traits and Enums

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 {@link Auth_OpenID_OpenIDStore}.
Auth_OpenID_SessionNegotiator
A session negotiator controls the allowed and preferred association types and association session types. Both the {@link Auth_OpenID_Consumer} and {@link Auth_OpenID_Server} use negotiators when creating associations.

Table of Contents

Auth_OpenID_getSecretSize()  : mixed
Auth_OpenID_getAllAssociationTypes()  : mixed
Auth_OpenID_getSupportedAssociationTypes()  : mixed
Auth_OpenID_getSessionTypes()  : mixed
Auth_OpenID_checkSessionType()  : mixed
Auth_OpenID_getDefaultAssociationOrder()  : mixed
Auth_OpenID_getOnlyEncryptedOrder()  : mixed
Auth_OpenID_getDefaultNegotiator()  : mixed
Auth_OpenID_getEncryptedNegotiator()  : mixed

Functions

Auth_OpenID_getSecretSize()

Auth_OpenID_getSecretSize(mixed $assoc_type) : mixed
Parameters
$assoc_type : mixed
Return values
mixed

Auth_OpenID_getAllAssociationTypes()

Auth_OpenID_getAllAssociationTypes() : mixed
Return values
mixed

Auth_OpenID_getSupportedAssociationTypes()

Auth_OpenID_getSupportedAssociationTypes() : mixed
Return values
mixed

Auth_OpenID_getSessionTypes()

Auth_OpenID_getSessionTypes(string $assoc_type) : mixed
Parameters
$assoc_type : string
Return values
mixed

Auth_OpenID_checkSessionType()

Auth_OpenID_checkSessionType(mixed $assoc_type, mixed $session_type) : mixed
Parameters
$assoc_type : mixed
$session_type : mixed
Return values
mixed

Auth_OpenID_getDefaultAssociationOrder()

Auth_OpenID_getDefaultAssociationOrder() : mixed
Return values
mixed

Auth_OpenID_getOnlyEncryptedOrder()

Auth_OpenID_getOnlyEncryptedOrder() : mixed
Return values
mixed

Auth_OpenID_getDefaultNegotiator()

Auth_OpenID_getDefaultNegotiator() : mixed
Return values
mixed

Auth_OpenID_getEncryptedNegotiator()

Auth_OpenID_getEncryptedNegotiator() : mixed
Return values
mixed

Search results