ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
PAPE.php File Reference

Go to the source code of this file.

Data Structures

class  Auth_OpenID_PAPE_Request
 A Provider Authentication Policy request, sent from a relying party to a provider. More...
class  Auth_OpenID_PAPE_Response
 A Provider Authentication Policy response, sent from a provider to a relying party. More...

Variables

const Auth_OpenID_PAPE_NS_URI = "http://specs.openid.net/extensions/pape/1.0"
 An implementation of the OpenID Provider Authentication Policy Extension 1.0.
const PAPE_AUTH_MULTI_FACTOR_PHYSICAL = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical'
const PAPE_AUTH_MULTI_FACTOR = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor'
const PAPE_AUTH_PHISHING_RESISTANT = 'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant'
const PAPE_TIME_VALIDATOR = '/^[0-9]{4,4}-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9]Z$/'

Variable Documentation

const Auth_OpenID_PAPE_NS_URI = "http://specs.openid.net/extensions/pape/1.0"

An implementation of the OpenID Provider Authentication Policy Extension 1.0.

See: http://openid.net/developers/specs/

Definition at line 13 of file PAPE.php.

Referenced by Auth_OpenID_PAPE_Request\Auth_OpenID_PAPE_Request(), Auth_OpenID_PAPE_Response\Auth_OpenID_PAPE_Response(), and Auth_OpenID_PAPE_Request\fromOpenIDRequest().

const PAPE_AUTH_MULTI_FACTOR = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor'

Definition at line 16 of file PAPE.php.

const PAPE_AUTH_MULTI_FACTOR_PHYSICAL = 'http://schemas.openid.net/pape/policies/2007/06/multi-factor-physical'

Definition at line 15 of file PAPE.php.

const PAPE_AUTH_PHISHING_RESISTANT = 'http://schemas.openid.net/pape/policies/2007/06/phishing-resistant'

Definition at line 17 of file PAPE.php.

const PAPE_TIME_VALIDATOR = '/^[0-9]{4,4}-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9]Z$/'

Definition at line 19 of file PAPE.php.

Referenced by Auth_OpenID_PAPE_Response\Auth_OpenID_PAPE_Response().