Support Joomla!

Packages

Package: OpenID

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class Auth_OpenID_PAPE_Response

Description

A Provider Authentication Policy response, sent from a provider to

a relying party

Located in /openid/Auth/OpenID/PAPE.php (line 162)

Class Auth_OpenID_Extension

Class Auth_OpenID_PAPE_Response
Variable Summary
Variable mixed $ns_alias
Variable mixed $ns_uri
Method Summary
Constructor Auth_OpenID_PAPE_Response Auth_OpenID_PAPE_Response ([ $auth_policies = null], [ $auth_time = null], [ $nist_auth_level = null])
Method void addPolicyURI (policy_uri: $policy_uri)
Method void fromSuccessResponse (success_response $success_response)
Method null parseExtensionArgs (args: $args, [strict: $strict = false])
Variables
mixed $ns_alias = 'pape' (line 164)

Redefinition of:
Auth_OpenID_Extension::$ns_alias
mixed $ns_uri = Auth_OpenID_PAPE_NS_URI (line 165)

Redefinition of:
Auth_OpenID_Extension::$ns_uri
ns_uri: The namespace to which to add the arguments for this
Methods
Constructor Auth_OpenID_PAPE_Response (line 167)
Auth_OpenID_PAPE_Response Auth_OpenID_PAPE_Response ([ $auth_policies = null], [ $auth_time = null], [ $nist_auth_level = null])
  • $auth_policies
  • $auth_time
  • $nist_auth_level
addPolicyURI (line 190)

Add a authentication policy to this response

This method is intended to be used by the provider to add a policy that the provider conformed to when authenticating the user.

void addPolicyURI (policy_uri: $policy_uri)
  • policy_uri: $policy_uri: The identifier for the preferred type of authentication.
fromSuccessResponse (line 207)

Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.

void fromSuccessResponse (success_response $success_response)
  • success_response $success_response: A SuccessResponse from Auth_OpenID_Consumer::complete()
getExtensionArgs (line 276)
void getExtensionArgs ()

Redefinition of:
Auth_OpenID_Extension::getExtensionArgs()
Get the string arguments that should be added to an OpenID message for this extension.
parseExtensionArgs (line 240)

Parse the provider authentication policy arguments into the internal state of this object

  • return: The data is parsed into the internal fields of this object.
null parseExtensionArgs (args: $args, [strict: $strict = false])
  • args: $args: unqualified provider authentication policy arguments
  • strict: $strict: Whether to return false when bad data is encountered

Inherited Methods

Inherited From Auth_OpenID_Extension

 Auth_OpenID_Extension::getExtensionArgs()
 Auth_OpenID_Extension::toMessage()

Documentation generated on Sat, 14 Nov 2009 11:16:40 +0000 by phpDocumentor 1.3.1