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)
Auth_OpenID_Extension
![]()
Auth_OpenID_PAPE_Response
Method Summary
Auth_OpenID_PAPE_Response
Auth_OpenID_PAPE_Response
([ $auth_policies = null], [ $auth_time = null], [ $nist_auth_level = null])
Variables
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
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
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.
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()
void
getExtensionArgs
()
Redefinition of:
- Auth_OpenID_Extension::getExtensionArgs()
- Get the string arguments that should be added to an OpenID message for this extension.
Parse the provider authentication policy arguments into the internal state 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



