ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules 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. More...
 
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

◆ Auth_OpenID_PAPE_NS_URI

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().

◆ PAPE_AUTH_MULTI_FACTOR

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

Definition at line 16 of file PAPE.php.

◆ PAPE_AUTH_MULTI_FACTOR_PHYSICAL

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.

◆ PAPE_AUTH_PHISHING_RESISTANT

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

Definition at line 17 of file PAPE.php.

◆ PAPE_TIME_VALIDATOR

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$/'