

preferred_auth_policies: The authentication policies that the relying party prefers
max_auth_age: The maximum time, in seconds, that the relying party wants to allow to have elapsed before the user must re-authenticate
Definition at line 30 of file PAPE.php.
Public Member Functions | |
| Auth_OpenID_PAPE_Request ($preferred_auth_policies=null, $max_auth_age=null) | |
| addPolicyURI ($policy_uri) | |
| getExtensionArgs () | |
| fromOpenIDRequest ($request) | |
| parseExtensionArgs ($args) | |
| preferredTypes ($supported_types) | |
Public Attributes | |
| $ns_alias = 'pape' | |
| $ns_uri = Auth_OpenID_PAPE_NS_URI | |
| Auth_OpenID_PAPE_Request.Auth_OpenID_PAPE_Request | ( | $ | preferred_auth_policies = null, |
|
| $ | max_auth_age = null | |||
| ) |
| Auth_OpenID_PAPE_Request.addPolicyURI | ( | $ | policy_uri | ) |
| Auth_OpenID_PAPE_Request.getExtensionArgs | ( | ) |
Get the string arguments that should be added to an OpenID message for this extension.
Reimplemented from Auth_OpenID_Extension.
| Auth_OpenID_PAPE_Request.fromOpenIDRequest | ( | $ | request | ) |
| Auth_OpenID_PAPE_Request.parseExtensionArgs | ( | $ | args | ) |
| Auth_OpenID_PAPE_Request.preferredTypes | ( | $ | supported_types | ) |
Given a list of authentication policy URIs that a provider supports, this method returns the subsequence of those types that are preferred by the relying party.
| supported_types,: | A sequence of authentication policy type URIs that are supported by a provider |
| Auth_OpenID_PAPE_Request.$ns_alias = 'pape' |
| Auth_OpenID_PAPE_Request.$ns_uri = Auth_OpenID_PAPE_NS_URI |
ns_uri: The namespace to which to add the arguments for this extension
Reimplemented from Auth_OpenID_Extension.
1.5.5