Method |
Description |
|
__construct ( Auth_OpenID_OpenIDStore $store ) |
This method initializes a new {@link Auth_OpenID_Consumer}
instance to access the library. |
|
_checkAuth ( $message, $server_url ) |
|
|
_checkReturnTo ( $message, $return_to ) |
|
|
_checkSetupNeeded ( $message ) |
|
|
_completeInvalid ( $message, $endpoint, $unused ) |
|
|
_complete_cancel ( $message, $endpoint, $unused ) |
|
|
_complete_error ( $message, $endpoint, $unused ) |
|
|
_complete_id_res ( $message, $endpoint, $return_to ) |
|
|
_complete_setup_needed ( $message, $endpoint, $unused ) |
|
|
_createAssociateRequest ( $endpoint, $assoc_type, $session_type ) |
|
|
_createCheckAuthRequest ( $message ) |
|
|
_discoverAndVerify ( $claimed_id, $to_match_endpoints ) |
|
|
_doIdRes ( $message, $endpoint, $return_to ) |
|
|
_extractAssociation ( $assoc_response, $assoc_session ) |
|
|
_extractSupportedAssociationType ( $server_error, $endpoint, $assoc_type ) |
Handle ServerErrors resulting from association requests. |
|
_getAssociation ( $endpoint ) |
|
|
_getOpenID1SessionType ( $assoc_response ) |
Given an association response message, extract the OpenID 1.X
session type. |
|
_httpResponseToMessage ( $response, $server_url ) |
Adapt a POST response to a Message. |
|
_idResCheckForFields ( $message ) |
|
|
_idResCheckNonce ( $message, $endpoint ) |
|
|
_idResCheckSignature ( $message, $server_url ) |
|
|
_idResGetNonceOpenID1 ( $message, $endpoint ) |
Extract the nonce from an OpenID 1 response. Return the nonce
from the BARE_NS since we independently check the return_to
arguments are the same as those in the response message. |
|
_makeKVPost ( $message, $server_url ) |
|
|
_negotiateAssociation ( $endpoint ) |
|
|
_processCheckAuthResponse ( $response, $server_url ) |
|
|
_requestAssociation ( $endpoint, $assoc_type, $session_type ) |
|
|
_verifyDiscoveryResults ( $message, $endpoint = null ) |
|
|
_verifyDiscoveryResultsOpenID1 ( $message, $endpoint ) |
|
|
_verifyDiscoveryResultsOpenID2 ( $message, $endpoint ) |
|
|
_verifyDiscoveryServices ( $claimed_id, $services, $to_match_endpoints ) |
|
|
_verifyDiscoverySingle ( $endpoint, $to_match ) |
|
|
_verifyReturnToArgs ( $query ) |
|
|
begin ( $service_endpoint ) |
Called to begin OpenID authentication using the specified
{@link Auth_OpenID_ServiceEndpoint}. |
|
complete ( $message, $endpoint, $return_to ) |
Given an {@link Auth_OpenID_Message}, {@link
Auth_OpenID_ServiceEndpoint} and optional return_to URL,
complete OpenID authentication. |
|