PHP Class SimpleSAML_Error_AuthSource, simplesamlphp

Inheritance: extends SimpleSAML_Error_Error
Datei anzeigen Open project: simplesamlphp/simplesamlphp

Public Methods

Method Description
__construct ( string $authsource, string $reason, $cause = NULL ) Create a new AuthSource error.
getAuthSource ( ) : string Retrieve the authsource module name from where this error was thrown.
getReason ( ) : string Retrieve the reason why the request was invalid.

Method Details

__construct() public method

Create a new AuthSource error.
public __construct ( string $authsource, string $reason, $cause = NULL )
$authsource string Authsource module name from where this error was thrown.
$reason string Description of the error.

getAuthSource() public method

Retrieve the authsource module name from where this error was thrown.
public getAuthSource ( ) : string
return string Authsource module name.

getReason() public method

Retrieve the reason why the request was invalid.
public getReason ( ) : string
return string The reason why the request was invalid.