Authentication: ezcAuthenticationOpenidConnectionException
[ ]
[ Rfcs ] [ Security ]
[ ]
[ ]
[ ]
[ ]
Class: ezcAuthenticationOpenidConnectionException
|
Thrown when a host cannot be reached in the OpenID authentication. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcAuthenticationException
|
--ezcAuthenticationOpenidException
|
--ezcAuthenticationOpenidConnectionException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcAuthenticationOpenidConnectionException |
__construct(
$url, [$type = null] )
Constructs a new ezcAuthenticationOpenidConnectionException for the URL $url. |
Inherited Methods
From
ezcAuthenticationOpenidException :
From
ezcAuthenticationException :
From
ezcBaseException :
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcAuthenticationOpenidConnectionException __construct(
string
$url, [string
$type = null] )
Constructs a new ezcAuthenticationOpenidConnectionException for the URL $url.
Parameters
| Name |
Type |
Description |
$url |
string |
URL which failed to connect |
$type |
string |
An "Accept" header type, like "application/xrds+xml" |
Redefinition of
Last updated: Tue, 01 Sep 2009