ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
A Provider Authentication Policy response, sent from a provider to a relying party. More...
Public Member Functions | |
Auth_OpenID_PAPE_Response ($auth_policies=null, $auth_time=null, $nist_auth_level=null) | |
addPolicyURI ($policy_uri) | |
Add a authentication policy to this response. More... | |
parseExtensionArgs ($args, $strict=false) | |
Parse the provider authentication policy arguments into the internal state of this object. More... | |
getExtensionArgs () | |
![]() | |
getExtensionArgs () | |
Get the string arguments that should be added to an OpenID message for this extension. More... | |
toMessage ($message) | |
Add the arguments from this extension to the provided message. More... | |
Static Public Member Functions | |
static | fromSuccessResponse ($success_response) |
Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response. More... | |
Data Fields | |
$ns_alias = 'pape' | |
$ns_uri = Auth_OpenID_PAPE_NS_URI | |
![]() | |
$ns_uri = null | |
ns_uri: The namespace to which to add the arguments for this extension More... | |
$ns_alias = null | |
A Provider Authentication Policy response, sent from a provider to a relying party.
Auth_OpenID_PAPE_Response::addPolicyURI | ( | $policy_uri | ) |
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.
policy_uri | The identifier for the preferred type of authentication. |
Definition at line 182 of file PAPE.php.
Auth_OpenID_PAPE_Response::Auth_OpenID_PAPE_Response | ( | $auth_policies = null , |
|
$auth_time = null , |
|||
$nist_auth_level = null |
|||
) |
Definition at line 159 of file PAPE.php.
References $result, Auth_OpenID_PAPE_Request\addPolicyURI(), Auth_OpenID\arrayGet(), Auth_OpenID_PAPE_NS_URI, Auth_OpenID\intval(), PAPE_TIME_VALIDATOR, and Auth_OpenID_PAPE_Request\parseExtensionArgs().
|
static |
Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
success_response | $success_response | A SuccessResponse from Auth_OpenID_Consumer::complete() |
Definition at line 199 of file PAPE.php.
Auth_OpenID_PAPE_Response::getExtensionArgs | ( | ) |
Auth_OpenID_PAPE_Response::parseExtensionArgs | ( | $args, | |
$strict = false |
|||
) |
Parse the provider authentication policy arguments into the internal state of this object.
args | unqualified provider authentication policy arguments |
strict | Whether to return false when bad data is encountered |
Definition at line 232 of file PAPE.php.
Auth_OpenID_PAPE_Response::$ns_uri = Auth_OpenID_PAPE_NS_URI |