ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilWACException. More...
Public Member Functions | |
__construct ($code, $additional_message='') | |
Public Member Functions inherited from ilException | |
__construct ($a_message, $a_code=0) | |
A message isn't optional as in build in class Exception. More... | |
Data Fields | |
const | CODE_NO_TYPE = 9001 |
const | CODE_NO_PATH = 9002 |
const | ACCESS_WITHOUT_CHECK = 9003 |
const | NO_CHECKING_INSTANCE = 9004 |
const | WRONG_PATH_TYPE = 9005 |
const | INITIALISATION_FAILED = 9006 |
const | DATA_DIR_NON_WRITEABLE = 9007 |
const | ACCESS_DENIED = 9010 |
const | ACCESS_DENIED_NO_PUB = 9011 |
const | ACCESS_DENIED_NO_LOGIN = 9012 |
const | MAX_LIFETIME = 9013 |
Static Protected Attributes | |
static | $messages |
Private Member Functions | |
isNonEmptyString ($text) | |
Checks if the given text is empty or not. More... | |
ilWACException::__construct | ( | $code, | |
$additional_message = '' |
|||
) |
int | $code | |
string | $additional_message |
Definition at line 44 of file class.ilWACException.php.
References $code, $message, $messages, and isNonEmptyString().
|
private |
Checks if the given text is empty or not.
string | $text | The text which should be checked. |
Definition at line 64 of file class.ilWACException.php.
References $text.
Referenced by __construct().
|
staticprotected |
Definition at line 26 of file class.ilWACException.php.
const ilWACException::ACCESS_DENIED = 9010 |
Definition at line 19 of file class.ilWACException.php.
Referenced by ilWebAccessCheckerDelivery\deny(), and ilWebAccessCheckerDelivery\handleRequest().
const ilWACException::ACCESS_DENIED_NO_LOGIN = 9012 |
Definition at line 21 of file class.ilWACException.php.
Referenced by ilWebAccessChecker\checkUser(), ilWebAccessCheckerDelivery\handleRequest(), and ilWebAccessChecker\initILIAS().
const ilWACException::ACCESS_DENIED_NO_PUB = 9011 |
Definition at line 20 of file class.ilWACException.php.
Referenced by ilWebAccessChecker\checkPublicSection(), ilWebAccessCheckerDelivery\handleRequest(), ilWACCheckingInstanceTest\testBasic(), ilWACCheckingInstanceTest\testBasicWithFileSigning(), ilWACCheckingInstanceTest\testBasicWithFolderSigning(), and ilWACCheckingInstanceTest\testNonCheckingInstanceNoSec().
const ilWACException::ACCESS_WITHOUT_CHECK = 9003 |
Definition at line 14 of file class.ilWACException.php.
Referenced by ilWebAccessCheckerDelivery\deliver(), ilWebAccessCheckerDelivery\deny(), and ilWebAccessCheckerDelivery\handleRequest().
const ilWACException::CODE_NO_PATH = 9002 |
Definition at line 13 of file class.ilWACException.php.
Referenced by ilWebAccessChecker\check(), and ilWACSecurePath\returnDbTableName().
const ilWACException::CODE_NO_TYPE = 9001 |
Definition at line 12 of file class.ilWACException.php.
Referenced by ilWACSignedPath\buildTokenInstance().
const ilWACException::DATA_DIR_NON_WRITEABLE = 9007 |
Definition at line 18 of file class.ilWACException.php.
Referenced by ilWACToken\generateSaltFile().
const ilWACException::INITIALISATION_FAILED = 9006 |
Definition at line 17 of file class.ilWACException.php.
Referenced by ilWebAccessCheckerDelivery\handleRequest().
const ilWACException::MAX_LIFETIME = 9013 |
Definition at line 22 of file class.ilWACException.php.
Referenced by ilWACSignedPath\setCookieMaxLifetimeInSeconds(), and ilWACSignedPath\setTokenMaxLifetimeInSeconds().
const ilWACException::NO_CHECKING_INSTANCE = 9004 |
Definition at line 15 of file class.ilWACException.php.
Referenced by ilWebAccessCheckerDelivery\handleRequest().
const ilWACException::WRONG_PATH_TYPE = 9005 |
Definition at line 16 of file class.ilWACException.php.
Referenced by ilWACSignedPath\getSignedPath().