PHP 클래스 Auth_OpenID_PAPE_Response

상속: extends Auth_OpenID_Extension
파일 보기 프로젝트 열기: openid/php-openid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$ns_alias
$ns_uri

공개 메소드들

메소드 설명
__construct ( $auth_policies = null, $auth_time = null, $nist_auth_level = null )
addPolicyURI ( $policy_uri ) Add a authentication policy to this response
fromSuccessResponse ( success_response $success_response ) Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
getExtensionArgs ( )
parseExtensionArgs ( $args, $strict = false ) : null Parse the provider authentication policy arguments into the internal state of this object

메소드 상세

__construct() 공개 메소드

public __construct ( $auth_policies = null, $auth_time = null, $nist_auth_level = null )

addPolicyURI() 공개 메소드

This method is intended to be used by the provider to add a policy that the provider conformed to when authenticating the user.
public addPolicyURI ( $policy_uri )

fromSuccessResponse() 정적인 공개 메소드

Create an Auth_OpenID_PAPE_Response object from a successful OpenID library response.
static public fromSuccessResponse ( success_response $success_response )
$success_response success_response A SuccessResponse from Auth_OpenID_Consumer::complete()

getExtensionArgs() 공개 메소드

public getExtensionArgs ( )

parseExtensionArgs() 공개 메소드

Parse the provider authentication policy arguments into the internal state of this object
public parseExtensionArgs ( $args, $strict = false ) : null
리턴 null The data is parsed into the internal fields of this object.

프로퍼티 상세

$ns_alias 공개적으로 프로퍼티

public $ns_alias

$ns_uri 공개적으로 프로퍼티

public $ns_uri